class FileProcesserInterface
Public Instance Methods
process(filePath)
click to toggle source
# File lib/file_processer.rb, line 15 def process(filePath) puts filePath end
# File lib/file_processer.rb, line 15 def process(filePath) puts filePath end