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