Module: CryptBufferConcern::TypeExtension
- Defined in:
- lib/crypto-toolbox/crypt_buffer/concerns/convertable.rb
Instance Method Summary collapse
Instance Method Details
#to_crypt_buffer ⇒ Object
43 44 45 |
# File 'lib/crypto-toolbox/crypt_buffer/concerns/convertable.rb', line 43 def to_crypt_buffer CryptBuffer(self) end |