module YARD::Templates::Helpers::UMLHelper
def format_path(object)
-
(String)
- the encoded path
Parameters:
-
object
(CodeObjects::Base
) -- an object to format the path of
def format_path(object) object.path.gsub('::', '_') end
(String)
- the encoded path
object
(CodeObjects::Base
)
-- an object to format the path of
def format_path(object) object.path.gsub('::', '_') end