Module: Dapp::Dapp::Command::Slug

Included in:
Dapp::Dapp
Defined in:
lib/dapp/dapp/command/slug.rb

Instance Method Summary collapse

Instance Method Details

#slug(str) ⇒ Object



5
6
7
# File 'lib/dapp/dapp/command/slug.rb', line 5

def slug(str)
  puts consistent_uniq_slugify(str)
end