Sha256: bc420049b3b1768005c1dd2ea04b59321f4ccc80155c30561f3c3c66a6c1b623

Contents?: true

Size: 202 Bytes

Versions: 31

Compression:

Stored size: 202 Bytes

Contents

module Ruby2JS
  class Converter

    # (next
    #   (int 1))

    handle :next do |n=nil|
      raise Error.new("next argument #{ n.inspect }", @ast) if n
      put @next_token.to_s
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
ruby2js-3.0.15 lib/ruby2js/converter/next.rb
ruby2js-3.0.14 lib/ruby2js/converter/next.rb
ruby2js-3.0.13 lib/ruby2js/converter/next.rb
ruby2js-3.0.12 lib/ruby2js/converter/next.rb
ruby2js-3.0.11 lib/ruby2js/converter/next.rb
ruby2js-3.0.10 lib/ruby2js/converter/next.rb
ruby2js-3.0.9 lib/ruby2js/converter/next.rb
ruby2js-3.0.8 lib/ruby2js/converter/next.rb
ruby2js-3.0.7 lib/ruby2js/converter/next.rb
ruby2js-3.0.6 lib/ruby2js/converter/next.rb
ruby2js-3.0.5 lib/ruby2js/converter/next.rb