Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

ruby %w meaning

%w(foo bar) is a shortcut for ["foo", "bar"]. Creates an array of the strings.
 
PREVIOUS NEXT
Tagged: #ruby #meaning
ADD COMMENT
Topic
Name
2+8 =