class Frizz::NullEnvironment
Public Instance Methods
method_missing(meth, *args, &block)
click to toggle source
Don't raise on undefined methods. Allows for flexible use of frizz.yml attributes.
# File lib/frizz/null_environment.rb, line 5 def method_missing(meth, *args, &block); end