class Navigatrix::Item::Path

Public Instance Methods

call(context) click to toggle source
# File lib/navigatrix/item.rb, line 68
def call(context)
  source.respond_to?(:call) ? source.call(context) : source
end