# File lib/mixins/accessible.rb, line 14
  def [](key)
    self.instance_variable_get "@#{key}".to_sym
  end