class NilClass
Public Instance Methods
each(&block)
click to toggle source
does nothing, but prevents no method errors
# File lib/ckick/nil_class.rb, line 8 def each &block end
to_hash_element()
click to toggle source
converts to hash-serializable value
# File lib/ckick/hash_elements.rb, line 62 def to_hash_element self end