Class: Booth::Coercers::Domain

Inherits:
Object
  • Object
show all
Defined in:
lib/booth/coercers/domain.rb

Class Method Summary collapse

Class Method Details

.call(input) ⇒ Object



6
7
8
# File 'lib/booth/coercers/domain.rb', line 6

def self.call(input)
  ::Booth::Syntaxes::Domain.call(input).valid_domain
end