class Text2Path::Glyph
Public Instance Methods
empty?()
click to toggle source
# File lib/text2path/glyph.rb, line 5 def empty? !path || path.empty? end
# File lib/text2path/glyph.rb, line 5 def empty? !path || path.empty? end