Sha256: 733f6a36db3d3e47b65d4a5ab3db73adb52cf899779e8725737b1b1722026957

Contents?: true

Size: 244 Bytes

Versions: 5

Compression:

Stored size: 244 Bytes

Contents

Rtml::actions_for RtmlController do
  def index
    expires_at { Time.parse('Thu Apr 15, 11:14 AM') }
    string :name

    screen :idle, :main do
      tvars[:name] = 'Colin'
    end

    screen :main, :main do
      display
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rtml-2.0.4 spec/support/app/rtml_helpers/rtml/index.rb
rtml-2.0.3 spec/support/app/rtml_helpers/rtml/index.rb
rtml-2.0.2 spec/support/app/rtml_helpers/rtml/index.rb
rtml-2.0.1 spec/support/app/rtml_helpers/rtml/index.rb
rtml-2.0.0.alpha.1 spec/support/app/rtml_helpers/rtml/index.rb