Skip to content

Instantly share code, notes, and snippets.

@phaedryx
Created July 9, 2011 14:27
Show Gist options
  • Save phaedryx/bace5b2cb0916dec43c9 to your computer and use it in GitHub Desktop.
Save phaedryx/bace5b2cb0916dec43c9 to your computer and use it in GitHub Desktop.
A little bit more, so you can see the flip-flop:
DATA.each_line do |line|
puts line if line =~ /metasyntactic/ .. line =~ /regular/
end
__END__
blah
blarg
bleem
here are some metasyntactic variables
foo
bar
baz
bax
and now back to the regular stuff
snouk
queem
arglebargle
here are some more metasyntactic variables
qux
quux
quuux
and some regular stuff again
glop-glyph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment