Class: Anchor::Types::Intersection
- Inherits:
-
Data
- Object
- Data
- Anchor::Types::Intersection
- Defined in:
- lib/anchor/types.rb
Instance Attribute Summary collapse
-
#types ⇒ Object
readonly
Returns the value of attribute types.
Class Method Summary collapse
Instance Attribute Details
#types ⇒ Object (readonly)
Returns the value of attribute types
94 95 96 |
# File 'lib/anchor/types.rb', line 94 def types @types end |
Class Method Details
.[](*types) ⇒ Object
96 |
# File 'lib/anchor/types.rb', line 96 def [](*types) = new(types) |