class Symbol

Public Instance Methods

urlize() click to toggle source
# File lib/underglow/extensions/symbol.rb, line 2
def urlize
  to_s.urlize
end