Class: Bignum

Inherits:
Integer
  • Object
show all
Defined in:
lib/clj/types.rb

Instance Method Summary collapse

Instance Method Details

#to_cljObject



185
186
187
# File 'lib/clj/types.rb', line 185

def to_clj (*)
	to_s + 'N'
end