lighttroupe/luz-next

View on GitHub
engine/plugins/project_effects/divider.luz.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ProjectEffectDivider < ProjectEffect
    title                "- - - - - - - -"
    description "Hey, nice divider!"

    hint "Useful as a spacer in your project effects list."
end