Class: GraphKit::GnuplotVariables
- Defined in:
- lib/graphkit/gnuplot.rb
Instance Method Summary collapse
Methods inherited from KitHash
Methods included from Kit
Methods inherited from Hash
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Kit
Instance Method Details
#apply(io) ⇒ Object
84 85 86 87 88 |
# File 'lib/graphkit/gnuplot.rb', line 84 def apply(io) self.each do |var,val| ion << "#{var} = #{val}\n" if val end end |