RBT::Base
# File lib/rbt/compile_base/compile_base.rb, line 45 def initialize( run_already = true ) reset run if run_already end
RBT::LeanPrototype#reset
# File lib/rbt/compile_base/compile_base.rb, line 55 def reset super() reset_the_module if respond_to?(:reset_the_module) end
# File lib/rbt/compile_base/compile_base.rb, line 63 def run end