Method: NginxTail::HttpMethod#to_http_method_s
- Defined in:
- lib/ntail/http_method.rb
#to_http_method_s ⇒ Object
29 30 31 |
# File 'lib/ntail/http_method.rb', line 29 def to_http_method_s self.class.to_http_method_s(self.http_method) end |