Method: String#to_std_spec
- Defined in:
- lib/mysh/string_helpers.rb
#to_std_spec ⇒ Object
Make the file name fit the standard notation.
28 29 30 |
# File 'lib/mysh/string_helpers.rb', line 28 def to_std_spec self.gsub("\\", "/") end |