6 7 8
# File 'lib/gitgo/helper/html.rb', line 6 def check(true_or_false) true_or_false ? ' checked="checked"' : nil end