Rootroute ruby language pages |
*
'' prepended to an argument mean?
&
'' prepended to an argument mean?
Proc.new
without a block do?
:var
mean?
loop
a control structure?
a +b
gives an error!
s = "x"; puts s *10
gives an error.
p {}
?
def pos=(val)
to work.
'\1'
and '\\1'
?
or
'' and ``||
''?
+
, -
, *
... operators?
++
and - -
?
private
and protected
?
super
gives an ArgumentError
.
load
and require
?
include
and extend
?
self
mean?
instance_methods(nil)
return?
nil
and false
?
less
to display my program's output?
File
object which is no longer referenced?
false
?
"abcd"[0]
return?
sub
and sub!
?
..
" and "...
"?
thread
and fork
?
trap
?
gtk+
or xforms
interfaces in Ruby?
a ? b : c
mean?
begin
and end
of MatchingData return?