Class: FileProcesserInterface
- Inherits:
-
Object
- Object
- FileProcesserInterface
- Defined in:
- lib/file_processer.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#process(filePath) ⇒ Object
15 16 17 |
# File 'lib/file_processer.rb', line 15 def process(filePath) puts filePath end |