[Source]
# File lib/ttk/weights/WFloat.rb, line 13 def get return to_f if nan? (to_f * 100).floor.to_s + '%' end
[Validate]