lib/carbon/cli.rb in carbon-1.0.1 vs lib/carbon/cli.rb in carbon-1.0.3

- old
+ new

@@ -1,7 +1,8 @@ module Carbon module Cli def execute(*) + Shell.init $emitters = {} IRB.start_session(Shell.new.get_binding) end module_function :execute end