# File lib/ambition/lib/ambition/order.rb, line 26 def process_vcall(exp) if (method = exp.shift) == :rand 'RAND()' else raise "Not implemented: :vcall for #{method}" end end