lib/rib.rb in rib-1.5.0 vs lib/rib.rb in rib-1.5.1

- old
+ new

@@ -9,10 +9,10 @@ # All default Rib configs, would be passed to Shell.new in Rib.shell, # but calling Shell.new directly won't bring this in. # # @api public def config - @config ||= {:name => 'rib', :prefix => '.'} + @config ||= {:name => 'rib', :prefix => '.', :started_at => Time.now} end # All shells in the memory def shells @shells ||= []