Method: Bmg.excel

Defined in:
lib/bmg.rb

.excel(path, options = {}, type = Type::ANY) ⇒ Object



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