Class: Bignum

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

Instance Method Summary collapse

Instance Method Details

#to_clj(options = {}) ⇒ Object



144
145
146
# File 'lib/clj/types.rb', line 144

def to_clj (options = {})
	to_s + 'N'
end