class GotSkillz::Config
Constants
- DELIMITERS
Public Class Methods
new()
click to toggle source
# File lib/got_skillz/config.rb, line 6 def initialize @skill_begin = '<3' @skill_end = '</3' @tag_begin = ':3' @tag_end = '>:3' end