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