Module: Aygabtu::Scope::Base::BasicBehaviour

Included in:
Aygabtu::Scope::Base
Defined in:
lib/aygabtu/scope/base.rb

Instance Method Summary collapse

Instance Method Details

#inspect_dataObject



45
46
47
# File 'lib/aygabtu/scope/base.rb', line 45

def inspect_data
  {}
end

#matches_route?(route) ⇒ Boolean

defines methods below COMPONENTS in the inheritance chain so components can override and call super

Returns:

  • (Boolean)


38
39
40
# File 'lib/aygabtu/scope/base.rb', line 38

def matches_route?(route)
  true
end

#segments_split_onceObject



42
43
# File 'lib/aygabtu/scope/base.rb', line 42

def segments_split_once
end