Method: Buoys::Buoy#method_missing

Defined in:
lib/buoys/buoy.rb

#method_missing(method, *args, &block) ⇒ Object



41
42
43
# File 'lib/buoys/buoy.rb', line 41

def method_missing(method, *args, &block)
  context.send(method, *args, &block)
end