Patrick R. Michaud via RT wrote:
On Sat Jan 10 03:34:57 2009, masak wrote:
<masak> rakudo: File.new
<p6eval> rakudo 35336: OUTPUT«get_bool() not implemented in class
'File' [...]
<masak> rakudo: say File.new
<p6eval> rakudo 35336: OUTPUT«get_string() not implemented in class
'File' [...]
<masak> rakudo: say File.new.WHAT
<p6eval> rakudo 35336: OUTPUT«Method 'WHAT' not found for invocant of
class 'File' [...]
* masak files rakudobug
Is C<File> a class? I can't find any mention of it in the synopses.
Not that I'm aware of. IO is mentioned (and somewhat implemented in
Rakudo) - I don't think we have a File class...
Jonathan