class Numerals::Format::TextNotation::OutputSize
Attributes
size[R]
Public Class Methods
new()
click to toggle source
# File lib/numerals/format/notations/text.rb, line 119 def initialize @size = 0 end
Public Instance Methods
<<(text)
click to toggle source
# File lib/numerals/format/notations/text.rb, line 122 def <<(text) @size += text.size end