:nodoc:
4 5 6
# File 'lib/vendor/thor/lib/thor/core_ext/file_binary_read.rb', line 4 def self.binread(file) File.open(file, 'rb') { |f| f.read } end