module Dapp::Dapp::Command::Slug

Public Instance Methods

slug(str) click to toggle source
# File lib/dapp/dapp/command/slug.rb, line 5
def slug(str)
  puts consistent_uniq_slugify(str)
end