class Object

Public Instance Methods

underscore() click to toggle source
# File lib/humidifier.rb, line 17
def underscore
  FastUnderscore.underscore(gsub(/(ARNs|AZs|VPCs)/) { $1.capitalize })
end