Method: Tioga::FigureMaker#def_enter_show_plot_function
- Defined in:
- lib/Tioga/FigMkr.rb
#def_enter_show_plot_function(&cmd) ⇒ Object
2102 2103 2104 2105 2106 2107 |
# File 'lib/Tioga/FigMkr.rb', line 2102 def def_enter_show_plot_function(&cmd) if cmd == nil raise "Sorry: must provide a command block for def_enter_show_plot_function" end @enter_show_plot_function = cmd end |