Method: Eye::Checker::FileSize#initialize
- Defined in:
- lib/eye/checker/file_size.rb
#initialize(*args) ⇒ FileSize
Returns a new instance of FileSize.
9 10 11 12 |
# File 'lib/eye/checker/file_size.rb', line 9 def initialize(*args) super self.file = process.(file) if process && file end |