Module: JSONSelect::Ast::EvenExpr
- Defined in:
- lib/json_select/ast/even_expr.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
3 4 5 |
# File 'lib/json_select/ast/even_expr.rb', line 3 def to_ast { :a => 2, :b => 0 } end |