Author: paultcochrane
Date: Sun Jan 20 10:44:24 2008
New Revision: 25060

Modified:
   trunk/src/pmc/parrotio.pmc

Log:
[pmc] Converted getclass to get_class as per RT#47972

Modified: trunk/src/pmc/parrotio.pmc
==============================================================================
--- trunk/src/pmc/parrotio.pmc  (original)
+++ trunk/src/pmc/parrotio.pmc  Sun Jan 20 10:44:24 2008
@@ -257,7 +257,7 @@
 Usage as class method:
 
   .local pmc cl
-  cl = getclass 'ParrotIO'
+  cl = get_class 'ParrotIO'
   $S0 = cl.'slurp'('the_file')
 
 The file will be opened, read, and closed.

Reply via email to