Module: LiteralStringExtensions
- Defined in:
- lib/httpx/extensions.rb
Overview
Backport for +“”, to initialize unfrozen strings from the string literal.
Instance Method Summary collapse
Instance Method Details
#+@ ⇒ Object
25 26 27 |
# File 'lib/httpx/extensions.rb', line 25 def +@ frozen? ? dup : self end |