Revision history of "Ruby irb Notes"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:56, 18 March 2010PeterHarding talk contribs 389 bytes +389 Created page with '=Notes= http://www.tutorialspoint.com/ruby/ruby_input_output.htm ==Dir== <pre> d = Dir.new('C:\TEMP') d.each {|n| puts n } d.each {|n| puts n if n=~/py$/ } d.each {|n| put...'