Merge the given options with the default values.
# File rake.rb, line 1056 def rake_merge_option(args, defaults) if Hash === args.last defaults.update(args.last) args.pop end args.push defaults args end
<code/>
<pre/>
<code/>and<pre/>for code samples.