class Runestone::WebSearch::Match
Attributes
index[RW]
substitution[RW]
Public Class Methods
new(index, substitution)
click to toggle source
# File lib/runestone/web_search.rb, line 9 def initialize(index, substitution) @index = index @substitution = substitution end