Class: Rserve::REXP::Language
- Inherits:
-
List
- Object
- Rserve::REXP
- Vector
- List
- Rserve::REXP::Language
- Defined in:
- lib/rserve/rexp/language.rb
Constant Summary
Constants inherited from Rserve::REXP
Instance Attribute Summary
Attributes inherited from List
Attributes inherited from Vector
Attributes inherited from Rserve::REXP
Instance Method Summary collapse
-
#initialize(list, attr = nil) ⇒ Language
constructor
A new instance of Language.
- #language? ⇒ Boolean
Methods inherited from List
#as_list, #length, #list?, #pair_list?, #recursive?, #to_debug_string, #to_ruby_internal, #to_s
Methods inherited from Vector
#==, #length, #na?, #to_a, #to_ruby_internal, #vector?
Methods inherited from Rserve::REXP
#as_bytes, #as_double, #as_double_matrix, #as_doubles, #as_factor, #as_float, #as_floats, #as_integer, #as_integers, #as_list, #as_matrix, #as_nested_array, #as_string, #as_strings, #complex?, create_data_frame, #dim, #environment?, #expression?, #factor?, #get_attribute, #has_attribute?, #inherits?, #integer?, #length, #list?, #logical?, #na?, #null?, #numeric?, #pair_list?, #raw?, #recursive?, #reference?, #split_array, #string?, #symbol?, #to_debug_string, #to_f, #to_i, #to_ruby, #to_ruby_internal, #vector?
Constructor Details
#initialize(list, attr = nil) ⇒ Language
Returns a new instance of Language.
4 5 6 |
# File 'lib/rserve/rexp/language.rb', line 4 def initialize(list, attr=nil) super(list,attr) end |
Instance Method Details
#language? ⇒ Boolean
7 8 9 |
# File 'lib/rserve/rexp/language.rb', line 7 def language? true end |