class Tumblargh::Renderer::Blocks::InverseBoolean
Public Instance Methods
should_render?()
click to toggle source
Calls superclass method
Tumblargh::Renderer::Blocks::Boolean#should_render?
# File lib/tumblargh/renderer/blocks.rb, line 105 def should_render? ! super end