Module: Sevgi::Toplevel::Function

Extended by:
Function::Color, Function::Math, Function::Pluralize, Function::Shell, Function::UI
Defined in:
lib/sevgi/toplevel/function.rb

Overview

Function helper namespace promoted as F by the full top-level DSL.

Examples:

Use helper functions inside script mode

SVG do
  text F.pluralize("axis")
end