lib/rbkb/cli/bgrep.rb in emonti-rbkb-0.6.2 vs lib/rbkb/cli/bgrep.rb in emonti-rbkb-0.6.2.1

- old
+ new

@@ -1,6 +1,9 @@ require 'rbkb/cli' +# Copyright 2009 emonti at matasano.com +# See README.rdoc for license information +# # searches for a binary string in input. string can be provided 'hexified' class Rbkb::Cli::Bgrep < Rbkb::Cli::Executable def initialize(*args) super(*args) @opts[:start_off] ||= 0