class MoreMath::StringNumeral

def inspect

def inspect
  "#<#{self.class}: #{string.inspect} #{number.inspect}>"
end