lib/picky/wrappers/bundle/calculation.rb in picky-4.6.0 vs lib/picky/wrappers/bundle/calculation.rb in picky-4.6.1
- old
+ new
@@ -18,18 +18,18 @@
#
def calculate float
float
end
- # TODO Symbols. Use a block here?
+ # SYMBOLS. Use a block here?
#
# THINK Move the calculation elsewhere?
#
def ids float_str
@bundle.ids calculate(float_str.to_f).to_s
end
- # TODO Symbols.
+ # SYMBOLS.
#
# THINK Move the calculation elsewhere?
#
def weight float_str
@bundle.weight calculate(float_str.to_f).to_s
\ No newline at end of file