Class: Booth::Coercers::Scope

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

Class Method Summary collapse

Class Method Details

.call(input) ⇒ Object



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

def self.call(input)
  ::Booth::Syntaxes::Scope.call(input).normalized_scope
end