class Pliney::AppleCodeSignature::OpaqueBlob
Attributes
base[R]
data[R]
Public Instance Methods
parse()
click to toggle source
Calls superclass method
Pliney::AppleCodeSignature::Blob#parse
# File lib/pliney/apple_code_signature.rb, line 47 def parse super() do @data = rest() end end