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