Class: Buff::Config::Ruby::Evaluator::Proxy

Inherits:
Object
  • Object
show all
Defined in:
lib/buff/config/ruby.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

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



53
54
55
# File 'lib/buff/config/ruby.rb', line 53

def method_missing(m, *args, &block)
  self
end