module Kernel

Public Instance Methods

Path(*args) click to toggle source
# File lib/menu_maker/path.rb, line 77
def Path(*args)
  ::MenuMaker::Path::Converter.convert(args)
end