class Rserve::REXP::Unknown
Attributes
type[R]
Public Class Methods
new(type,attr=nil)
click to toggle source
Calls superclass method
Rserve::REXP::new
# File lib/rserve/rexp/unknown.rb, line 5 def initialize(type,attr=nil) @type=type super(attr) end
Public Instance Methods
to_ruby_internal()
click to toggle source
# File lib/rserve/rexp/unknown.rb, line 12 def to_ruby_internal @type.to_s end
to_s()
click to toggle source
Calls superclass method
# File lib/rserve/rexp/unknown.rb, line 9 def to_s super()+"[#{@type}]" end