Class: Rust::Plots::Plugin
Instance Method Summary collapse
- #[]=(option, value) ⇒ Object
-
#initialize ⇒ Plugin
constructor
A new instance of Plugin.
Constructor Details
Instance Method Details
#[]=(option, value) ⇒ Object
229 230 231 232 233 |
# File 'lib/rust-plots.rb', line 229 def []=(option, value) @options[option] = value return self end |