class Symbol

Public Instance Methods

slugged_filename(opts = {}) click to toggle source
# File lib/the_string_to_slug.rb, line 74
def slugged_filename opts = {}
  String.slugged_filename(self.to_s, opts)
end
slugged_filepath(opts = {}) click to toggle source
# File lib/the_string_to_slug.rb, line 78
def slugged_filepath opts = {}
  String.slugged_file(self.to_s, opts)
end
to_slug_param(opts = {}) click to toggle source
# File lib/the_string_to_slug.rb, line 70
def to_slug_param opts = {}
  String.to_slug_param(self.to_s, opts)
end