Method: CRC::Calculator#file

Defined in:
lib/crc/_file.rb

#file(path, *args) ⇒ Object



11
12
13
# File 'lib/crc/_file.rb', line 11

def file(path, *args)
  new(*args).file(path)
end