137 138 139 140
# File 'lib/cljdotrb.rb', line 137 def parse_float ctor = self[4] ? @bigdec_ctor : @float_ctor ctor.call self[1] end