Class: JsonPath::Nodes::False
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from JsonPath::Nodes::Base
Instance Method Details
#value ⇒ Object
4 5 6 |
# File 'lib/json_path/nodes/false.rb', line 4 def value false end |