27 28 29
# File 'lib/bmg.rb', line 27 def excel(path, options = {}, type = Type::ANY) Reader::Excel.new(type, path, options).spied(main_spy) end