Sha256: 8a263022ad4ce26741a2572e435c40ac42b3191d6cf1ec9a2ca70a75be3d2eba

Contents?: true

Size: 206 Bytes

Versions: 49

Compression:

Stored size: 206 Bytes

Contents

module Ruby2JS
  class Converter

    # (next
    #   (int 1))

    handle :next do |n=nil|
      raise NotImplementedError, "next argument #{ n.inspect }" if n
      put @next_token.to_s
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
ruby2js-2.0.8 lib/ruby2js/converter/next.rb
ruby2js-2.0.7 lib/ruby2js/converter/next.rb
ruby2js-2.0.6 lib/ruby2js/converter/next.rb
ruby2js-2.0.5 lib/ruby2js/converter/next.rb
ruby2js-2.0.4 lib/ruby2js/converter/next.rb
ruby2js-2.0.3 lib/ruby2js/converter/next.rb
ruby2js-2.0.2 lib/ruby2js/converter/next.rb
ruby2js-2.0.1 lib/ruby2js/converter/next.rb
ruby2js-2.0.0 lib/ruby2js/converter/next.rb