Skip to content

Instantly share code, notes, and snippets.

@etozzato
Created July 9, 2010 18:48
Show Gist options
  • Select an option

  • Save etozzato/469854 to your computer and use it in GitHub Desktop.

Select an option

Save etozzato/469854 to your computer and use it in GitHub Desktop.
class String
def to_path
return self.gsub('http://', '').gsub(/[@\.]/, '_').gsub(/[^a-zA-Z0-9_]/, '').strip.downcase
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment