Module: LittleWheels::Component::ClassMethods
- Defined in:
- lib/little_wheels.rb
Instance Method Summary collapse
Instance Method Details
#[](*a, **o, &b) ⇒ Object
18 |
# File 'lib/little_wheels.rb', line 18 def [](*a, **o, &b) = new(*a, **o, &b) |