Class: Hoygancop::Rules::StartsWithHoygan
- Inherits:
-
Object
- Object
- Hoygancop::Rules::StartsWithHoygan
- Includes:
- SimpleRule
- Defined in:
- lib/hoygancop/rules/starts_with_hoygan.rb
Instance Method Summary collapse
Methods included from SimpleRule
#hoygan?, #initialize, #report
Instance Method Details
#correct ⇒ Object
8 9 10 |
# File 'lib/hoygancop/rules/starts_with_hoygan.rb', line 8 def correct @text.gsub(/^Hoygan/i, "Perdonen") end |