Method: PAES_Analysis#plotSingleRun
- Defined in:
- lib/flukso/plots.rb
#plotSingleRun ⇒ Object
269 270 271 272 273 274 |
# File 'lib/flukso/plots.rb', line 269 def plotSingleRun methods.grep(/^plotSingleRun_/){|m| self.send(m) } sleep(1) end |