Module
Tins::Null
In:
lib/tins/null.rb
lib/tins/null.rb
Implementation of the null object pattern in Ruby.
Methods
const_missing
const_missing
inspect
inspect
method_missing
method_missing
nil?
nil?
to_a
to_a
to_f
to_f
to_i
to_i
to_s
to_s
Classes and Modules
Module
Tins::Null::Kernel
Public Instance methods
const_missing
(*)
const_missing
(*)
inspect
()
inspect
()
method_missing
(*)
method_missing
(*)
nil?
()
nil?
()
to_a
()
to_a
()
to_f
()
to_f
()
to_i
()
to_i
()
to_s
()
to_s
()
[Validate]