# File lib/twitter/cli/models/configuration.rb, line 9 def self.[]=(key, data) c = find_or_create_by_key(key.to_s) c.update_attribute :data, data end