Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/ckick/nil_class.rb,
lib/ckick/hash_elements.rb
Overview
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at mozilla.org/MPL/2.0/.
Instance Method Summary collapse
Instance Method Details
#each(&block) ⇒ Object
6 7 |
# File 'lib/ckick/nil_class.rb', line 6 def each &block end |
#to_hash_element ⇒ Object
48 49 50 |
# File 'lib/ckick/hash_elements.rb', line 48 def to_hash_element self end |