Module: MultiType
- Extended by:
- MultiType
- Included in:
- MultiType
- Defined in:
- lib/multi_type.rb,
lib/multi_type/group.rb,
lib/multi_type/version.rb
Defined Under Namespace
Classes: Group
Constant Summary collapse
- VERSION =
"0.2.0"
Instance Method Summary collapse
Instance Method Details
#[](*args) ⇒ Object
8 9 10 |
# File 'lib/multi_type.rb', line 8 def [](*args) Group.new(args).to_module end |