Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/buff/core.rb
Instance Method Summary collapse
Instance Method Details
#remove_leading_slash ⇒ Object
70 71 72 |
# File 'lib/buff/core.rb', line 70 def remove_leading_slash gsub(/^\//, '') end |