Class: Hoygancop::Rules::StartsWithHoygan

Inherits:
Object
  • Object
show all
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

#correctObject



8
9
10
# File 'lib/hoygancop/rules/starts_with_hoygan.rb', line 8

def correct
  @text.gsub(/^Hoygan/i, "Perdonen")
end