Module: Clojure::RadixInteger

Defined in:
lib/cljdotrb/number.rb

Instance Method Summary collapse

Instance Method Details

#to_rubyObject



21
22
23
24
# File 'lib/cljdotrb/number.rb', line 21

def to_ruby
  a = to_a
  (a[1]+a[4]).to_i a[2].to_i
end