Method: Ichiban::Script#initialize
- Defined in:
- lib/ichiban/scripts.rb
#initialize(path) ⇒ Script
Takes an absolute path
39 40 41 |
# File 'lib/ichiban/scripts.rb', line 39 def initialize(path) @path = path end |
Takes an absolute path
39 40 41 |
# File 'lib/ichiban/scripts.rb', line 39 def initialize(path) @path = path end |