class MenuMaker::Path::Converter::StringConverter
Public Class Methods
convert(path)
click to toggle source
# File lib/menu_maker/path.rb, line 52 def self.convert(path) Path.new(:get, path.to_s) end
# File lib/menu_maker/path.rb, line 52 def self.convert(path) Path.new(:get, path.to_s) end