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