class Jekyll::GlossaryTooltip::Errors::OptionsNoTermNameInTag

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/jekyll-glossary_tooltip/errors.rb, line 17
def initialize; super("No term name argument for the glossary tag supplied") end