Class: Gemite::AST::HashLiteral

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Overview

pairs: [key_symbol, value_ast] の配列

Instance Attribute Summary collapse

Instance Attribute Details

#pairsObject

Returns the value of attribute pairs

Returns:

  • (Object)

    the current value of pairs



14
15
16
# File 'lib/gemite/ast.rb', line 14

def pairs
  @pairs
end