Method: CodeRunner::InteractiveMethods#up
- Defined in:
- lib/coderunner/interactive_methods.rb
#up ⇒ Object
10 11 12 13 |
# File 'lib/coderunner/interactive_methods.rb', line 10 def up ObjectSpace.each_object{|obj| obj.update if obj.class.to_s =~ /CodeRunner$/} nil end |