Revision: 1046 http://trac.macosforge.org/projects/ruby/changeset/1046 Author: eloy.de.enige@gmail.com Date: 2009-03-21 06:57:04 -0700 (Sat, 21 Mar 2009) Log Message: ----------- Cleaning. Modified Paths: -------------- MacRuby/branches/experimental/mspec/lib/mspec.rb Modified: MacRuby/branches/experimental/mspec/lib/mspec.rb =================================================================== --- MacRuby/branches/experimental/mspec/lib/mspec.rb 2009-03-21 08:03:57 UTC (rev 1045) +++ MacRuby/branches/experimental/mspec/lib/mspec.rb 2009-03-21 13:57:04 UTC (rev 1046) @@ -8,11 +8,4 @@ # If the implementation on which the specs are run cannot # load pp from the standard library, add a pp.rb file that # defines the #pretty_inspect method on Object or Kernel. -# require 'pp' - -# TODO: Need to check if this is enough. -# module Kernel -# def pretty_inspect(obj) -# puts obj.inspect -# end -# end \ No newline at end of file +# require 'pp' \ No newline at end of file
participants (1)
-
source_changes@macosforge.org