module Pears module Provider class Hash < Base def initialize(hash) @data = hash end end end end