Method: ChefApply::Text::TextWrapper#method_missing

Defined in:
lib/chef_apply/text/text_wrapper.rb

#method_missing(name, *args) ⇒ Object

Raises:



48
49
50
# File 'lib/chef_apply/text/text_wrapper.rb', line 48

def method_missing(name, *args)
  raise InvalidKey.new(@tree.instance_variable_get(:@path), name)
end