[macruby-changes] [1359] MacRuby/branches/experimental/mspec/lib/mspec.rb

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 4 16:54:44 PDT 2009


Revision: 1359
          http://trac.macosforge.org/projects/ruby/changeset/1359
Author:   eloy.de.enige at gmail.com
Date:     2009-04-04 16:54:43 -0700 (Sat, 04 Apr 2009)
Log Message:
-----------
Actually require our pp workaround.

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-04-04 23:50:27 UTC (rev 1358)
+++ MacRuby/branches/experimental/mspec/lib/mspec.rb	2009-04-04 23:54:43 UTC (rev 1359)
@@ -8,4 +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'
\ No newline at end of file
+require 'pp'
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090404/1acb1b18/attachment.html>


More information about the macruby-changes mailing list