Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bleak_house/support/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_filenameObject



52
53
54
# File 'lib/bleak_house/support/core_extensions.rb', line 52

def to_filename
  self.downcase.gsub(/[^\w\d\-]/, '_')
end