Method: Erector::Erect#run

Defined in:
lib/erector/erect/erect.rb

#runObject



97
98
99
100
101
# File 'lib/erector/erect/erect.rb', line 97

def run
  @success = true
  self.send(mode)
  @success
end