Method: Alphonse::Configs::Setting#hosts

Defined in:
lib/alphonse/configs/setting.rb

#hosts(*value) ⇒ Object



18
19
20
# File 'lib/alphonse/configs/setting.rb', line 18

def hosts(*value)
  set_attr :hosts => [*value].flatten
end