Method: Bmg.text_file
- Defined in:
- lib/bmg.rb
.text_file(path, options = {}, type = Type::ANY) ⇒ Object
17 18 19 |
# File 'lib/bmg.rb', line 17 def text_file(path, = {}, type = Type::ANY) Reader::TextFile.new(type, path, ).spied(main_spy) end |