# File lib/base_object.rb, line 198 def initialize(opts={}, &block) super(opts) @state = opts[:initial_state] || '' add_default_states! end