Module: Physique::Project
Instance Method Summary collapse
Instance Method Details
#get_path(name, ext = 'cs') ⇒ Object
7 8 9 10 |
# File 'lib/physique/project.rb', line 7 def get_path(name, ext = 'cs') return name if is_full_path name "src/#{name}/#{name}.#{ext}proj" end |