class NoSE::Plans::PrunedPlanStep
A dummy step used to inspect failed statement plans
Public Instance Methods
state()
click to toggle source
# File lib/nose/plans.rb, line 89 def state OpenStruct.new answered?: true end