Sha256: ffde72728efe8cf41071779b001bc51ee64783084f5b671968ed07660091209b

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

class Rtml::Test::SimulatorPostProcessors::Base < Rtml::Widget
  delegate :variables, :process, :on_current_screen, :current_screen, :current_screen_id, :to => :parent

  def continue_forward
    process(:forward => true)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtml-2.0.4 lib/rtml/test/simulator_post_processors/base.rb