Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/logs/backport.rb

Instance Method Summary collapse

Instance Method Details

#prepend(other) ⇒ Object



3
4
5
# File 'lib/rack/logs/backport.rb', line 3

def prepend other
  insert 0, other
end