Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/axlsx/util/string.rb

Instance Method Summary collapse

Instance Method Details

#prepend(other_str) ⇒ Object



3
4
5
# File 'lib/axlsx/util/string.rb', line 3

def prepend(other_str)
  insert(0, other_str)
end