lib/picky/wrappers/bundle/calculation.rb in picky-3.5.4 vs lib/picky/wrappers/bundle/calculation.rb in picky-3.6.0
- old
+ new
@@ -22,10 +22,10 @@
#
def calculate float
float
end
- # TODO Symbols.
+ # TODO Symbols. Use a block here?
#
def ids float_str
@bundle.ids calculate(float_str.to_f).to_s
end
\ No newline at end of file