Module: Semian::AdapterError
- Included in:
- Redis::OutOfMemoryError
- Defined in:
- lib/semian.rb
Instance Attribute Summary collapse
-
#semian_identifier ⇒ Object
Returns the value of attribute semian_identifier.
Instance Method Summary collapse
Instance Attribute Details
#semian_identifier ⇒ Object
Returns the value of attribute semian_identifier.
108 109 110 |
# File 'lib/semian.rb', line 108 def semian_identifier @semian_identifier end |
Instance Method Details
#to_s ⇒ Object
110 111 112 113 114 115 116 |
# File 'lib/semian.rb', line 110 def to_s if @semian_identifier "[#{@semian_identifier}] #{super}" else super end end |