Module: Typ::Is::Array::Singleton
- Defined in:
- lib/typ.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
-
#check ⇒ Object
Returns the value of attribute check.
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array.
75 76 77 |
# File 'lib/typ.rb', line 75 def array @array end |
#check ⇒ Object
Returns the value of attribute check.
75 76 77 |
# File 'lib/typ.rb', line 75 def check @check end |