module Initials
Constants
- VERSION
Public Class Methods
svg(name, **options)
click to toggle source
# File lib/initials.rb, line 7 def self.svg(name, **options) SVG.new(name, **options).to_s end
# File lib/initials.rb, line 7 def self.svg(name, **options) SVG.new(name, **options).to_s end