Method: RubyPost::Range#compile
- Defined in:
- lib/graph.rb
#compile ⇒ Object
234 235 236 |
# File 'lib/graph.rb', line 234 def compile 'setrange(' + @xmin.to_s + ', ' + @ymin.to_s + ', ' + @xmax.to_s + ', ' + @ymax.to_s + ");\n" end |