Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/dogeify/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#dogeify(options = {}) ⇒ Object



4
5
6
# File 'lib/dogeify/core_ext/string.rb', line 4

def dogeify(options = {})
  Dogeify.new.process(self, options)
end