Module: FastUnderscore::StringExtension

Defined in:
lib/fast_underscore/ext/plain_string.rb

Overview

Extends String to include an underscore method that delegates over to FastUnderscore’s ‘#underscore` method.

Instance Method Summary collapse

Instance Method Details

#underscoreObject



7
8
9
# File 'lib/fast_underscore/ext/plain_string.rb', line 7

def underscore
  FastUnderscore.underscore(self)
end