P
Peter Pk
Is there a way to get the path to "itself" in a rakefile loaded by rake?
ie for:
rake --rakefile ../../some/path/to/rakefile.rb
***
inside rakefile
myPath = # ????
p "running #{myPath}"
ie for:
rake --rakefile ../../some/path/to/rakefile.rb
***
inside rakefile
myPath = # ????
p "running #{myPath}"