class Uzebba::Engine

Public Instance Methods

do_at_exit(str1) click to toggle source
# File lib/uzebba/engine.rb, line 33
def do_at_exit(str1)    
  at_exit { print str1 }
end