Class: Rust::Arguments
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#to_R ⇒ Object
148 149 150 |
# File 'lib/rust/core/types/language.rb', line 148 def to_R return self.map { |v| v.to_R }.join(", ") end |