Sha256: 5e64198872d95f979d1d321ef54004968a0842cb36177b9a290b728c550d3c97

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

module Ruby2JS
  class Converter

    # (next
    #   (int 1))

    handle :next do |n=nil|
      raise NotImplementedError, "next argument #{ n.inspect }" if n
      'continue'
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby2js-1.2.0 lib/ruby2js/converter/next.rb
ruby2js-1.1.5 lib/ruby2js/converter/next.rb
ruby2js-1.1.4 lib/ruby2js/converter/next.rb
ruby2js-1.1.3 lib/ruby2js/converter/next.rb
ruby2js-1.1.2 lib/ruby2js/converter/next.rb
ruby2js-1.1.1 lib/ruby2js/converter/next.rb
ruby2js-1.1.0 lib/ruby2js/converter/next.rb