module Aygabtu::Scope::Base::BasicBehaviour
Public Instance Methods
inspect_data()
click to toggle source
# File lib/aygabtu/scope/base.rb, line 45 def inspect_data {} end
matches_route?(route)
click to toggle source
defines methods below COMPONENTS in the inheritance chain so components can override and call super
# File lib/aygabtu/scope/base.rb, line 38 def matches_route?(route) true end
segments_split_once()
click to toggle source
# File lib/aygabtu/scope/base.rb, line 42 def segments_split_once end