Class: String
- Inherits:
-
Object
- Object
- String
- 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( = {}) Httpify::Httpifier.new(self, ).perform! end |