Method: Wrapper.new
- Defined in:
- lib/formula_eval/wrapper.rb
.new(obj) ⇒ Object
141 142 143 |
# File 'lib/formula_eval/wrapper.rb', line 141 def self.new(obj) new_inner(obj).tap { |x| mylog 'wrapper', :obj => obj, :wrapper_class => x.class } end |