Sha256: 25880c6e0fd176504cb9ac43805aa4b6dacbe8c65b9a095339acbd1a5c8d19aa
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
module Rad class Params < OpenObject # include OpenConstructor def initialize h = nil update h if h end def inspect h = to_h h.inspect end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rad_core-0.0.13 | lib/rad/conveyor/params.rb |