Method: FastExcel::Formula#initialize

Defined in:
lib/fast_excel.rb

#initialize(fml) ⇒ Formula

Returns a new instance of Formula.



11
12
13
# File 'lib/fast_excel.rb', line 11

def initialize(fml)
  @fml = fml
end