class Gemlist::GroupConflict

Public Class Methods

new(*group_names) click to toggle source
Calls superclass method
# File lib/gemlist/group_conflict.rb, line 3
def initialize(*group_names)
  super "The groups #{group_names} were both excluded from and included in the gemlist."
end