module Prawn::Emoji
Constants
- Config
- VERSION
Public Class Methods
Source
# File lib/prawn/emoji.rb, line 18 def self.config @config ||= Config.new(regex: ::Unicode::Emoji::REGEX_VALID) end
Source
# File lib/prawn/emoji.rb, line 30 def self.extended(object) object.extend Drawable end
Source
# File lib/prawn/emoji.rb, line 26 def self.root @root ||= Pathname.new File.expand_path('../..', File.dirname(__FILE__)) end