Class: String

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

Instance Method Summary collapse

Instance Method Details

#httpify(options = {}) ⇒ Object



5
6
7
# File 'lib/httpify/core_ext/string/httpify.rb', line 5

def httpify(options = {})
  Httpify::Httpifier.new(self, options).perform!
end