hashie/hashie

PredefinedValues is undefined ... :(

Closed this issue · 1 comments

require 'hashie'
require 'yaml'
require 'json'
require 'toml-rb'

module SQA
class Config < Hashie::Dash
include Hashie::Extensions::Dash::PropertyTranslation
include Hashie::Extensions::Coercion
include Hashie::Extensions::Dash::PredefinedValues

This had been working for a while; but all of a sudden I'm getting errors that say that PredefinedValues is undefined.

Never mind ... I'm sure this problem is within my own code.

Closing this issue. Its not a hashie problem.