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