Method: Wake::Script#path
- Defined in:
- lib/wake/script.rb
#path ⇒ Object
Path to the script file
Returns
- path<Pathname>
-
path to script file
312 313 314 |
# File 'lib/wake/script.rb', line 312 def path Pathname(@path.respond_to?(:to_path) ? @path.to_path : @path.to_s). end |