examples/ruby-versions/pruning-ruby/sheets/sheet2.rb in rubyfromexcel-0.0.4 vs examples/ruby-versions/pruning-ruby/sheets/sheet2.rb in rubyfromexcel-0.0.5
- old
+ new
@@ -8,7 +8,9 @@
def a5; 4.0; end
def a6; 10.0; end
def a7; 5.0; end
def c8; "Inputs"; end
def c9; @c9 ||= sheet3.a3; end
+ def a17; @a17 ||= a4; end
+ def c22; @c22 ||= a4; end
end