Module: YouPlot
- Defined in:
- lib/youplot.rb,
lib/youplot/dsv.rb,
lib/youplot/parser.rb,
lib/youplot/command.rb,
lib/youplot/options.rb,
lib/youplot/version.rb,
lib/youplot/parameters.rb,
lib/youplot/backends/processing.rb,
lib/youplot/backends/unicode_plot.rb
Defined Under Namespace
Modules: Backends, DSV Classes: Command, Data, Options, Parameters, Parser
Constant Summary collapse
- VERSION =
'0.4.6'
Class Attribute Summary collapse
-
.run_as_executable ⇒ Object
Returns the value of attribute run_as_executable.
Class Method Summary collapse
Class Attribute Details
.run_as_executable ⇒ Object
Returns the value of attribute run_as_executable.
16 17 18 |
# File 'lib/youplot.rb', line 16 def run_as_executable @run_as_executable end |
Class Method Details
.run_as_executable? ⇒ Boolean
18 19 20 |
# File 'lib/youplot.rb', line 18 def run_as_executable? @run_as_executable end |