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
Defined Under Namespace
Modules: ClassMethods, Huggable, Object Classes: String
Constant Summary collapse
- VERSION =
'0.0.3'.freeze
Class Method Summary collapse
Class Method Details
.inflector ⇒ Object
12 13 14 |
# File 'lib/hugger.rb', line 12 def inflector @inflector ||= Dry::Inflector.new end |