Exception: Jekyll::Assets::Tag::MixedArg
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Assets::Tag::MixedArg
- Defined in:
- lib/jekyll/assets/tag.rb
Overview
–
Instance Method Summary collapse
-
#initialize(arg, mixed) ⇒ MixedArg
constructor
A new instance of MixedArg.
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 |