Method: Akashi.name
- Defined in:
- lib/akashi.rb
.name(separator: "-") ⇒ Object
32 33 34 35 |
# File 'lib/akashi.rb', line 32 def name(separator: "-") fail "Invalid configurations" unless (!!application && !!environment) application + separator + environment end |