Class: Splice
- Inherits:
-
Object
- Object
- Splice
- Defined in:
- lib/dy.rb
Instance Attribute Summary collapse
-
#array ⇒ Object
Returns the value of attribute array.
Instance Method Summary collapse
-
#initialize(array) ⇒ Splice
constructor
A new instance of Splice.
Constructor Details
#initialize(array) ⇒ Splice
Returns a new instance of Splice.
11 12 13 |
# File 'lib/dy.rb', line 11 def initialize(array) self.array = array end |
Instance Attribute Details
#array ⇒ Object
Returns the value of attribute array.
9 10 11 |
# File 'lib/dy.rb', line 9 def array @array end |