Sha256: e96b4ff63c3e59b71e5d0e4627687277e1d4043480a8825dda10a73c1b14990e

Contents?: true

Size: 115 Bytes

Versions: 10

Compression:

Stored size: 115 Bytes

Contents

module Ruby2JS
  class Converter

    # (nthref 1)

    handle :nth_ref do |var|
      "$#{var}"
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby2js-1.15.1 lib/ruby2js/converter/nthref.rb
ruby2js-1.15.0 lib/ruby2js/converter/nthref.rb
ruby2js-1.14.1 lib/ruby2js/converter/nthref.rb
ruby2js-1.14.0 lib/ruby2js/converter/nthref.rb
ruby2js-1.13.1 lib/ruby2js/converter/nthref.rb
ruby2js-1.13.0 lib/ruby2js/converter/nthref.rb
ruby2js-1.12.2 lib/ruby2js/converter/nthref.rb
ruby2js-1.12.1 lib/ruby2js/converter/nthref.rb
ruby2js-1.12.0 lib/ruby2js/converter/nthref.rb
ruby2js-1.11.1 lib/ruby2js/converter/nthref.rb