Class: PGCrypto::Table
- Inherits:
-
Hash
- Object
- Hash
- PGCrypto::Table
- Defined in:
- lib/pgcrypto/table_manager.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
3 4 5 |
# File 'lib/pgcrypto/table_manager.rb', line 3 def [](key) super(key.to_sym) end |
#[]=(key, value) ⇒ Object
7 8 9 |
# File 'lib/pgcrypto/table_manager.rb', line 7 def []=(key, value) super key.to_sym, value end |