lib/evil-front/english.rb in evil-front-0.2.0 vs lib/evil-front/english.rb in evil-front-0.2.1

- old
+ new

@@ -20,12 +20,7 @@ tiny = %w(to is be the a an no if at on of in or and) tiny += tiny.map(&:capitalize) tiny.map { |i| Regexp.new("( | )(#{Regexp.quote i}) ") } end end - - # Apply all typograph methods to text - def self.typograph_all(text) - typograph(text) - end end end