Method: Protocol::HTTP::Header::Authorization#to_ary
- Defined in:
- lib/protocol/http/header/authorization.rb
#to_ary ⇒ Object
38 39 40 |
# File 'lib/protocol/http/header/authorization.rb', line 38 def to_ary return KEY, self.to_str end |