fork(1) download
  1. puts !('It is 2016 now.' =~ /\b\d{4}\b/).nil?
  2. puts 'It was in 2015/16.'[/\b\d{4}\b/]
Success #stdin #stdout 0.01s 9776KB
stdin
Standard input is empty
stdout
true
2015