Sha256: 095262046e181c80f369472479262e7ac49269dc227ace53d5052ad91db0f676
Contents?: true
Size: 539 Bytes
Versions: 6
Compression:
Stored size: 539 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module HasMermaidFlowchart module Concern include Support::Concern class_methods do ## # @api public # # @return [ConvenientService::Service::Plugins::HasMermaidFlowchart::Entities::Flowchart] # def mermaid_flowchart Entities::Flowchart.new(service: self) end end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems