Class: Lafcadio::DomainObject::ReadOnlyHash
- Inherits:
-
Hash
- Object
- Hash
- Lafcadio::DomainObject::ReadOnlyHash
- Defined in:
- lib/lafcadio/domain.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#[]=(key, val) ⇒ Object
826 |
# File 'lib/lafcadio/domain.rb', line 826 def []=( key, val ); raise NoMethodError; end |