19 20 21 22
# File 'lib/qs/queue.rb', line 19 def name(value = nil) @name = value if !value.nil? @name end