Class: Mortar::Project::LuigiScript
- Defined in:
- lib/mortar/project.rb
Instance Attribute Summary
Attributes inherited from Script
Instance Method Summary collapse
Methods inherited from Script
Constructor Details
This class inherits a constructor from Mortar::Project::Script
Instance Method Details
#executable_path ⇒ Object
205 206 207 |
# File 'lib/mortar/project.rb', line 205 def executable_path "luigiscripts/#{self.name}.py" end |