class Morradi
Constants
- PRONOUNS
- REPLACEMENT
- VERSION
Public Instance Methods
morradify( string )
click to toggle source
# File lib/morradi.rb, line 8 def morradify( string ) PRONOUNS.each do |pronoun| string.gsub! pronoun, REPLACEMENT end string end