lib/project/coercible.rb in motion_coercible-0.2.0 vs lib/project/coercible.rb in motion_coercible-0.2.0.1

- old
+ new

@@ -1,4 +1,8 @@ +motion_require 'stubs.rb' +motion_require 'support/type_lookup' +motion_require 'support/options' + module Coercible EXTRA_CONST_ARGS = (RUBY_VERSION < '1.9' ? [] : [ false ]).freeze UnsupportedCoercion = Class.new(StandardError)