Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/expand_path.rb

Instance Method Summary collapse

Instance Method Details

#expand_path(*suffix) ⇒ Object



5
6
7
# File 'lib/expand_path.rb', line 5

def expand_path(*suffix)
  File.expand_path(File.join(File.dirname(self), *suffix))
end