Method: Formic::Button#method_missing
- Defined in:
- lib/formic/button.rb
#method_missing(method, label = nil, options = {}, &block) ⇒ Object
16 17 18 19 20 |
# File 'lib/formic/button.rb', line 16 def method_missing method, label=nil, ={}, &block super method, label, {}, &block @label ||= method.to_s.underscore.titleize return self end |