Refresh

This website preview.rubydoc.info/gems/json_p3/0.3.2/JSONP3/NullLiteral is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: JSONP3::NullLiteral

Inherits:
FilterExpressionLiteral show all
Defined in:
lib/json_p3/filter.rb

Overview

A literal null

Instance Attribute Summary

Attributes inherited from FilterExpressionLiteral

#value

Attributes inherited from Expression

#token

Instance Method Summary collapse

Methods inherited from FilterExpressionLiteral

#==, #evaluate, #hash, #initialize

Methods inherited from Expression

#evaluate, #initialize

Constructor Details

This class inherits a constructor from JSONP3::FilterExpressionLiteral

Instance Method Details

#to_sObject



133
134
135
# File 'lib/json_p3/filter.rb', line 133

def to_s
  "null"
end