class Buff::Config::Ruby::Evaluator::Proxy

Public Instance Methods

method_missing(m, *args, &block) click to toggle source
# File lib/buff/config/ruby.rb, line 53
def method_missing(m, *args, &block)
  self
end