Method: Brief::Briefcase#slug
- Defined in:
- lib/brief/briefcase.rb
#slug ⇒ Object
44 45 46 |
# File 'lib/brief/briefcase.rb', line 44 def slug .fetch(:slug) { root.basename.to_s.parameterize } end |
44 45 46 |
# File 'lib/brief/briefcase.rb', line 44 def slug .fetch(:slug) { root.basename.to_s.parameterize } end |