Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/bleak_house/support/core_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_filename ⇒ Object
52 53 54 |
# File 'lib/bleak_house/support/core_extensions.rb', line 52 def to_filename self.downcase.gsub(/[^\w\d\-]/, '_') end |