Skip to content

Instantly share code, notes, and snippets.

@yn
Created December 22, 2009 20:28
Show Gist options
  • Save yn/262019 to your computer and use it in GitHub Desktop.
Save yn/262019 to your computer and use it in GitHub Desktop.
file = File.open("ordinal")
while file.gets
print if /third/ .. /fifth/
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment