Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/nanopop/picture.rb

Instance Method Summary collapse

Instance Method Details

#underscoreObject



2
3
4
# File 'lib/nanopop/picture.rb', line 2

def underscore
  gsub(/(.)([A-Z])/,'\1_\2').downcase
end