Libraries
»
rogdl
(0.1.6)
»
Index (F)
»
Fixnum
Class: Fixnum
Inherits:
Object
Object
Fixnum
show all
Defined in:
lib/fixnum.rb
Instance Method Summary
collapse
#
to_n
⇒ Object
Instance Method Details
#
to_n
⇒
Object
3 4 5
# File 'lib/fixnum.rb', line 3
def
to_n
return
Rogdl
::
Node
.
new
(
self
.
to_s
)
end