Class: Flexdot::Index
- Inherits:
-
Object
- Object
- Flexdot::Index
- Defined in:
- lib/flexdot/index.rb
Instance Method Summary collapse
- #each(&block) ⇒ Object
-
#initialize(index) ⇒ Index
constructor
A new instance of Index.
Constructor Details
#initialize(index) ⇒ Index
Returns a new instance of Index.
5 6 7 |
# File 'lib/flexdot/index.rb', line 5 def initialize(index) @index = index end |