module VV::FalseMethods

Public Class Methods

included(base) click to toggle source
# File lib/vv/false_methods.rb, line 4
def self.included(base)
  base.extend(ClassMethods)
end

Public Instance Methods

to_boolean() click to toggle source
# File lib/vv/false_methods.rb, line 16
def to_boolean
  self
end