Class: Frizz::NullEnvironment

Inherits:
Object
  • Object
show all
Defined in:
lib/frizz/null_environment.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

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

Don’t raise on undefined methods. Allows for flexible use of frizz.yml attributes.



5
# File 'lib/frizz/null_environment.rb', line 5

def method_missing(meth, *args, &block); end