class OraNumber

def init_with coder

Other tags:
    Private: -
def init_with coder
  initialize(coder.scalar)
end