Sha256: e51a39ef33502249df58a8960cf4322553b0b854b563e8d3b01c8c43693bce5a

Contents?: true

Size: 225 Bytes

Versions: 10

Compression:

Stored size: 225 Bytes

Contents

p %r{\/$}
p %r~<!include:([\/\w\.\-]+)>~m

p [].push *[1,2,3]
p /\n/

$a=1
@b=2
@@c=3
p(/\#$a \#@b \#@@c \#{$a+@b+@@c}/)


class Foo
attr :foo,true
end
f=Foo.new
p f.foo
p f.foo=9
p f.foo =19
p f.foo= 29
p f.foo = 39
p f.foo

Version data entries

10 entries across 10 versions & 1 rubygems

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