Sha256: 1d8e299ef6e1591d4c2d5bfbc86c86451949517113648323e7e874df37a223c4
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 Bytes
Contents
module Rserve class REXP class Unknown < REXP attr_reader :type def initialize(type,attr=nil) @type=type super(attr) end def to_s super()+"[#{@type}]" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems