class NoSE::Plans::RootPlanStep

The root of a tree of statement plans used as a placeholder

Public Class Methods

new(state) click to toggle source
Calls superclass method NoSE::Plans::PlanStep::new
# File lib/nose/plans.rb, line 96
def initialize(state)
  super()
  @state = state
  @cost = 0
end