Method: AnbtSql::Stack#push

Defined in:
lib/anbt-sql-formatter/helper.rb

#push(o) ⇒ Object



19
20
21
# File 'lib/anbt-sql-formatter/helper.rb', line 19

def push(o)
  @arr.push o
end