Method: Typisch::Type::Tuple#initialize
- Defined in:
- lib/typisch/tuple.rb
#initialize(*types) ⇒ Tuple
31 32 33 |
# File 'lib/typisch/tuple.rb', line 31 def initialize(*types) @types = types end |
31 32 33 |
# File 'lib/typisch/tuple.rb', line 31 def initialize(*types) @types = types end |