module Validations::Predicates::Bool
Public Class Methods
included(other)
click to toggle source
Calls superclass method
# File lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/bool.rb, line 14 def self.included(other) super other.extend(Methods) end