Method: Origami::Encryption::Standard::Dictionary#version_required
- Defined in:
- lib/origami/encryption.rb
#version_required ⇒ Object
:nodoc:
768 769 770 771 772 773 774 |
# File 'lib/origami/encryption.rb', line 768 def version_required #:nodoc: if self.R > 5 [ '1.7', 8 ] else super end end |