module Hugger

Module @since 0.0.1

Constants

VERSION

Public Class Methods

inflector() click to toggle source
# File lib/hugger.rb, line 12
def inflector
  @inflector ||= Dry::Inflector.new
end