Class: Gemite::AST::HashLiteral
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::HashLiteral
- Defined in:
- lib/gemite/ast.rb
Overview
pairs: [key_symbol, value_ast] の配列
Instance Attribute Summary collapse
-
#pairs ⇒ Object
Returns the value of attribute pairs.
Instance Attribute Details
#pairs ⇒ Object
Returns the value of attribute pairs
14 15 16 |
# File 'lib/gemite/ast.rb', line 14 def pairs @pairs end |