72 73 74 75 76 77 78 79
# File 'lib/palette/color_scheme.rb', line 72 def link(*args) options = args.last.is_a?(Hash) ? args.pop : {} @links ||= [] args.each do |arg| @links << Link.new(arg, options[:to]) end end