module LiteralStringExtensions
Backport for +“”, to initialize unfrozen strings from the string literal.
Public Instance Methods
+@()
click to toggle source
# File lib/netsnmp.rb, line 72 def +@ frozen? ? dup : self end