class String

Public Instance Methods

prepend(other) click to toggle source
# File lib/rack/logs/backport.rb, line 3
def prepend other
  insert 0, other
end