class String

Public Instance Methods

!() click to toggle source
# File lib/angry_raise.rb, line 5
def !
  AngryRaise::String.new(self)
end