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
51 52 53 |
# File 'lib/anchor/types.rb', line 51 def types @types end |
Class Method Details
.[](*types) ⇒ Object
53 |
# File 'lib/anchor/types.rb', line 53 def [](*types) = new(types) |