Exception: Jekyll::Assets::Tag::MixedArg

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/assets/tag.rb

Overview

Instance Method Summary collapse

Constructor Details

#initialize(arg, mixed) ⇒ MixedArg

Returns a new instance of MixedArg.



24
25
26
# File 'lib/jekyll/assets/tag.rb', line 24

def initialize(arg, mixed)
  super "cannot use #{arg} w/ #{mixed}"
end