8 9 10
# File 'lib/cmis_server/id.rb', line 8 def to_method_name self.gsub(/[^0-9a-z]/i, '_').underscore end