Class: HipsterSqlToHbase::SyntaxParser::ItemsNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/hipster_sql_to_hbase.rb

Instance Method Summary collapse

Instance Method Details

#valuesObject



29
30
31
# File 'lib/hipster_sql_to_hbase.rb', line 29

def values
  items.values.unshift(item.value)
end