Class: Lafcadio::DomainObject::ReadOnlyHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/lafcadio/domain.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#[]=(key, val) ⇒ Object

Raises:

  • (NoMethodError)


826
# File 'lib/lafcadio/domain.rb', line 826

def []=( key, val ); raise NoMethodError; end