# File lib/pry/config/behavior.rb, line 7
    def from_hash(hash, default = nil)
      new(default).tap do |config|
        config.merge!(hash)
      end
    end