class Gibberish::AES::SJCL::Plaintext
Attributes
adata[R]
Public Class Methods
new(str, adata)
click to toggle source
Calls superclass method
# File lib/gibberish/aes.rb, line 117 def initialize(str, adata) @adata = adata; super(str) end