Method: EacTemplates::Sources::Single#search
- Defined in:
- lib/eac_templates/sources/single.rb
#search(subpath) ⇒ Pathname?
23 24 25 26 |
# File 'lib/eac_templates/sources/single.rb', line 23 def search(subpath) r = path.join(subpath) r.exist? ? r : nil end |