Class: CS50::TestTag

Inherits:
Tag
  • Object
show all
Defined in:
lib/jekyll-theme-cs50.rb

Instance Method Summary collapse

Methods included from Mixins

#initialize

Instance Method Details

#render(context) ⇒ Object



158
159
160
161
# File 'lib/jekyll-theme-cs50.rb', line 158

def render(context)	
    super	
    puts @args.inspect	
end