This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 163327 - print Kernel Method
Summary: print Kernel Method
Status: RESOLVED INVALID
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 04:14 UTC by joshnahum
Modified: 2009-04-23 07:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description joshnahum 2009-04-22 04:14:16 UTC
I'm new to Ruby, but this seems like a real problem. The print command doesn't seem to work. Related commands (puts, p)
work just fine, but print doesn't appear to have an effect.
Comment 1 Erno Mononen 2009-04-22 08:06:29 UTC
Hi, can you please give an example of where print doesn't work for you? Does it work in IRB? What platform are you 
using - JRuby, MRI (i.e. CRuby)? You can check that in Project Properties -> Run -> Ruby Platform. Thanks!
Comment 2 joshnahum 2009-04-22 16:18:31 UTC
It appears I made a mistake, thr print method seems to work now for me.
Comment 3 Erno Mononen 2009-04-23 07:33:11 UTC
OK, thanks for following up on this.