module Hashie::Extensions::Dash::Coercion

Public Class Methods

included(base) click to toggle source

Extends a Dash with the ability to define coercion for properties.

# File lib/hashie/extensions/dash/coercion.rb, line 7
def self.included(base)
  base.send :include, Hashie::Extensions::Coercion
  base.extend ClassMethods
end