T
Terry Michaels
Some function calls I've seen, like in Shoes, look like so:
para "Paragraph Text", :style => "this", :whatever => "that"
How do I define a function call so that can take one "normal" parameter
and then an unknown number of key/value pairs?
para "Paragraph Text", :style => "this", :whatever => "that"
How do I define a function call so that can take one "normal" parameter
and then an unknown number of key/value pairs?