Method: Bmg::Operator::Allbut#to_ast

Defined in:
lib/bmg/operator/allbut.rb

#to_astObject



61
62
63
# File 'lib/bmg/operator/allbut.rb', line 61

def to_ast
  [:allbut, operand.to_ast, butlist.dup]
end