class NilClass
Public Instance Methods
to_bool()
click to toggle source
Implementing to_bool
operation that returns self. See the Boolean module for usage
# File lib/toolbox/boolean.rb, line 43 def to_bool self end