Method: Architecture::Entity#location
- Defined in:
- lib/architecture/entity.rb
#location(engine: DEFAULT_ENGINE) ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/architecture/entity.rb', line 12 def location(engine: DEFAULT_ENGINE) if engine.respond_to?("expand_path") engine.(path) else path end end |