Class: FileProcesserInterface

Inherits:
Object
  • Object
show all
Defined in:
lib/luna/binary/util/file_processer.rb

Direct Known Subclasses

FileProcesser, RegexFileProcesser

Instance Method Summary collapse

Instance Method Details

#process(filePath) ⇒ Object



15
16
17
# File 'lib/luna/binary/util/file_processer.rb', line 15

def process(filePath)
    puts filePath
end