module GitHub::Markup
def markup_impl(symbol, impl)
def markup_impl(symbol, impl) if markups.key?(symbol) raise ArgumentError, "The '#{symbol}' symbol is already defined." end markups[symbol] = impl end
def markup_impl(symbol, impl) if markups.key?(symbol) raise ArgumentError, "The '#{symbol}' symbol is already defined." end markups[symbol] = impl end