Quine: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎{{header|Phix}}: added syntax colouring the hard way
Roryokane (talk | contribs)
fix Ruby’s last two examples, which were incorrect
Line 3,517:
f.each_line do |line|
puts line
end
f.close
</lang>
Line 3,522 ⟶ 3,523:
or
<lang ruby>
pputs open(__FILE__).read
</lang>