Method: Origami::HexaString#value
- Defined in:
- lib/origami/string.rb
#value ⇒ Object
212 213 214 215 216 |
# File 'lib/origami/string.rb', line 212 def value self.decrypt! if self.is_a?(Encryption::EncryptedString) and not @decrypted to_str end |