Class: NoSE::Plans::PrunedPlanStep

Inherits:
PlanStep show all
Defined in:
lib/nose/plans.rb

Overview

A dummy step used to inspect failed statement plans

Instance Attribute Summary

Attributes inherited from PlanStep

#children, #cost, #fields, #parent

Instance Method Summary collapse

Methods inherited from PlanStep

#add_fields_from_index, #calculate_cost, inherited, #initialize, #parent_index, #parent_steps, #to_color

Methods included from Supertype

included

Constructor Details

This class inherits a constructor from NoSE::Plans::PlanStep

Instance Method Details

#stateObject



89
90
91
# File 'lib/nose/plans.rb', line 89

def state
  OpenStruct.new answered?: true
end