# File lib/yard/code_objects/base.rb, line 145 def [](key) if respond_to?(key) send(key) else instance_variable_get("@#{key}") end end