Method: Marko::Pluggable::Plug#plugged

Defined in:
lib/marko/gadgets/pluggable.rb

#pluggedObject



43
44
45
46
# File 'lib/marko/gadgets/pluggable.rb', line 43

def plugged
  fail "unknown @klass" unless @klass
  @plugged ||= @klass.new
end