Method: ShellHelpers::PathnameExt::Base#readbin

Defined in:
lib/shell_helpers/pathname.rb

#readbin(*args) ⇒ Object



184
185
186
# File 'lib/shell_helpers/pathname.rb', line 184

def readbin(*args)
  open("rb").read(*args)
end