Method: Visage::Profile#method_missing

Defined in:
lib/visage-app/profile.rb

#method_missing(method) ⇒ Object

Hashed based access to @options.



52
53
54
# File 'lib/visage-app/profile.rb', line 52

def method_missing(method)
  @options[method]
end