Sha256: a4686048ee5b6773d26d98f40b5c24573683f4ac2d7b48f4733e93990c83f3c8

Contents?: true

Size: 232 Bytes

Versions: 10

Compression:

Stored size: 232 Bytes

Contents

x, (*), z = [:x, :y, :z]
p x
p z

x, (*y), z = [:x, :y, :z]
p x
p y
p z

p($/ = ' '; Array( "i'm in your house" ))

class Foou
 public
 def [] x=-100,&y=nil; p x; 100 end
end
p Foou.new.[]?9      #value
p Foou.new.[] ?9     #value

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rubylexer-0.8.0 test/data/newsyntax.rb
rubylexer-0.7.7 test/data/newsyntax.rb
rubylexer-0.7.6 test/data/newsyntax.rb
rubylexer-0.7.1 test/data/newsyntax.rb
rubylexer-0.7.0 test/data/newsyntax.rb
rubylexer-0.6.2 testdata/newsyntax.rb
rubylexer-0.7.5 test/data/newsyntax.rb
rubylexer-0.7.2 test/data/newsyntax.rb
rubylexer-0.7.4 test/data/newsyntax.rb
rubylexer-0.7.3 test/data/newsyntax.rb