Method: Ronn::Reference#initialize
- Defined in:
- lib/ronn/index.rb
#initialize(index, name, location) ⇒ Reference
Returns a new instance of Reference.
146 147 148 149 150 |
# File 'lib/ronn/index.rb', line 146 def initialize(index, name, location) @index = index @name = name @location = location end |