Class: MenuMaker::Path::Converter::StringConverter

Inherits:
Object
  • Object
show all
Defined in:
lib/menu_maker/path.rb

Class Method Summary collapse

Class Method Details

.convert(path) ⇒ Object



52
53
54
# File 'lib/menu_maker/path.rb', line 52

def self.convert(path)
  Path.new(:get, path.to_s)
end