Module: Input
- Defined in:
- lib/input.rb,
lib/input/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
Class Method Details
.form(obj = nil, attributes = {}, &block) ⇒ Object
5 6 7 |
# File 'lib/input.rb', line 5 def self.form(obj=nil, attributes={}, &block) Form.begin(obj, attributes, &block) end |
.version ⇒ Object
4 5 6 |
# File 'lib/input/version.rb', line 4 def self.version VERSION end |