Method: Ircbot::Client::Config#channels

Defined in:
lib/ircbot/client/config/channels.rb

#channelsObject



10
11
12
13
14
15
16
17
# File 'lib/ircbot/client/config/channels.rb', line 10

def channels
  case (val = super)
  when Array
    val
  else
    val.to_s.split
  end
end