Method: Rtype::Behavior::And#initialize
- Defined in:
- lib/rtype/behavior/and.rb
#initialize(*types) ⇒ And
Returns a new instance of And.
4 5 6 |
# File 'lib/rtype/behavior/and.rb', line 4 def initialize(*types) @types = types end |
Returns a new instance of And.
4 5 6 |
# File 'lib/rtype/behavior/and.rb', line 4 def initialize(*types) @types = types end |