Class: Rust::Plots::Renderable
Instance Method Summary collapse
- #[]=(option, value) ⇒ Object
-
#initialize ⇒ Renderable
constructor
A new instance of Renderable.
Constructor Details
#initialize ⇒ Renderable
Returns a new instance of Renderable.
305 306 307 |
# File 'lib/rust-plots.rb', line 305 def initialize = Rust::Options.new end |
Instance Method Details
#[]=(option, value) ⇒ Object
309 310 311 312 313 |
# File 'lib/rust-plots.rb', line 309 def []=(option, value) [option] = value return self end |