Method: Kernel::Pry#method_missing

Defined in:
lib/ae/pry.rb

#method_missing(op, *a, &b) ⇒ Object



33
34
35
# File 'lib/ae/pry.rb', line 33

def method_missing(op, *a, &b)
  @function.call(op, *a, &b)
end