Sha256: 4795e71d30cb8d41c0cfe282fc24b70f33a96ef73590edf62bc2b01629e38afd
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
class BCDD::Result class Data attr_reader kind: Symbol attr_reader type: Symbol attr_reader value: untyped attr_reader to_h: Hash[Symbol, untyped] attr_reader to_a: [Symbol, Symbol, untyped] def initialize: (Symbol, Symbol, untyped) -> void def inspect: -> String alias to_ary to_a alias to_hash to_h end end
Version data entries
6 entries across 6 versions & 1 rubygems