-
-
Save phaedryx/bace5b2cb0916dec43c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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