Method: Extract::Sheet#eval
- Defined in:
- lib/extract/sheet.rb
#eval(str) ⇒ Object
28 29 30 |
# File 'lib/extract/sheet.rb', line 28 def eval(str) Extract::Parser.new(:str => str, :sheet => self).excel_value end |
28 29 30 |
# File 'lib/extract/sheet.rb', line 28 def eval(str) Extract::Parser.new(:str => str, :sheet => self).excel_value end |