# File lib/twitter/base.rb, line 33
    def [](method)
      self.__send__(method.to_sym)
    rescue NoMethodError
      nil
    end