Method: IndexPath#initialize
- Defined in:
- lib/sugarcube-indexpath/indexpath.rb
#initialize(values) ⇒ IndexPath
Returns a new instance of IndexPath.
20 21 22 |
# File 'lib/sugarcube-indexpath/indexpath.rb', line 20 def initialize values @values = values end |