Method: NewRelic::Base64#decode64
- Defined in:
- lib/new_relic/base64.rb
permalink #decode64(str) ⇒ Object
[View source]
13 14 15 |
# File 'lib/new_relic/base64.rb', line 13 def decode64(str) str.unpack1('m') end |
13 14 15 |
# File 'lib/new_relic/base64.rb', line 13 def decode64(str) str.unpack1('m') end |