Method: Runestone::WebSearch::Match#initialize
- Defined in:
- lib/runestone/web_search.rb
#initialize(index, substitution) ⇒ Match
Returns a new instance of Match.
9 10 11 12 |
# File 'lib/runestone/web_search.rb', line 9 def initialize(index, substitution) @index = index @substitution = substitution end |