Module: Aikido::Zen::Sinks::File::Helpers
- Defined in:
- lib/aikido/zen/sinks/file.rb
Class Method Summary collapse
Class Method Details
.scan(filepath, operation) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/aikido/zen/sinks/file.rb', line 9 def self.scan(filepath, operation) SINK.scan( filepath: filepath, operation: operation ) end |