Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/ya_kansuji/core_ext/integer.rb

Overview

Core extension by kansuji

Instance Method Summary collapse

Instance Method Details

#to_kan(formatter = :simple, options = {}) ⇒ Object



7
8
9
# File 'lib/ya_kansuji/core_ext/integer.rb', line 7

def to_kan(formatter = :simple, options = {})
  YaKansuji.to_kan self, formatter, options
end