Top Level Namespace
Defined Under Namespace
Modules: Rust Classes: Array, FalseClass, Float, NilClass, Numeric, Object, Range, String, Symbol, TrueClass
Instance Method Summary collapse
- #bind_ggplot! ⇒ Object
-
#bind_r! ⇒ Object
Shortcut for including the RBinding module.
-
#require_rust(name) ⇒ Object
Shortcut for requiring rust external libraries.
Instance Method Details
#bind_ggplot! ⇒ Object
169 170 171 |
# File 'lib/rust/external/ggplot2/core.rb', line 169 def bind_ggplot! include Rust::Plots::GGPlot end |
#bind_r! ⇒ Object
Shortcut for including the RBinding module
233 234 235 |
# File 'lib/rust/core/rust.rb', line 233 def bind_r! include Rust::RBindings end |
#require_rust(name) ⇒ Object
Shortcut for requiring rust external libraries
240 241 242 |
# File 'lib/rust/core/rust.rb', line 240 def require_rust(name) require "rust/external/#{name}" end |