Module: Hugger

Defined in:
lib/hugger.rb,
lib/hugger/object.rb,
lib/hugger/string.rb,
lib/hugger/version.rb,
lib/hugger/huggable.rb

Overview

Module

Since:

  • 0.0.1

Defined Under Namespace

Modules: ClassMethods, Huggable, Object Classes: String

Constant Summary collapse

VERSION =

Since:

  • 0.0.1

'0.0.3'.freeze

Class Method Summary collapse

Class Method Details

.inflectorObject

Since:

  • 0.0.1



12
13
14
# File 'lib/hugger.rb', line 12

def inflector
  @inflector ||= Dry::Inflector.new
end