Method: ViewWorkBook#method_missing

Defined in:
lib/viewworkbook.rb

#method_missing(method, *args) ⇒ Object



55
56
57
# File 'lib/viewworkbook.rb', line 55

def method_missing(method, *args)
  @workbook.send(method.to_sym, *args)
end