Class: Mortar::Project::PigScript
- 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
221 222 223 |
# File 'lib/mortar/project.rb', line 221 def executable_path "pigscripts/#{self.name}.pig" end |