Sha256: cd7f22d615ef3015de8b62f62f899c190b21b86443f8b3fa9a4ae754c541b6d0
Contents?: true
Size: 248 Bytes
Versions: 22
Compression:
Stored size: 248 Bytes
Contents
require 'ostruct' class Hirb::HashStruct < OpenStruct #:nodoc: def self.block_to_hash(block=nil) config = self.new if block block.call(config) config.to_hash else {} end end def to_hash @table end end
Version data entries
22 entries across 22 versions & 3 rubygems