Sha256: 17af19978d740baa05065c4ad9ad62fe064680012a8dd793d4470411dbe48a2f

Contents?: true

Size: 659 Bytes

Versions: 7

Compression:

Stored size: 659 Bytes

Contents

# frozen_string_literal: true

user_password = {global: :all_star, read: { atome: :all_star }, write: { atome: :all_star } }

human({ id: :jeezs, login: true, password: user_password, data: { birthday: '10/05/2016' },selection: [], tag: { system: true } , attach: :user_view })






c = box({ color: :yellow, left: 333 })

c.touch(true) do
  c.message({message: 'cd ..;cd server;ls; pwd', action: :terminal })
  c.message({message: 'capture.rb', action: :file, option: :read })
  c.message({message: 'tototo.rb', action: :file, option: :write, value: :hello })
  # b.message({message: 'cd ..;cd server;ls; pwd'})
  # c = box({ color: :red, left: 333 })
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
atome-0.5.6.2.1 vendor/assets/application/examples/server.rb
atome-0.5.6.2.0 vendor/assets/application/examples/server.rb
atome-0.5.6.1.9 vendor/assets/application/examples/server.rb
atome-0.5.6.1.4 vendor/assets/application/examples/server.rb
atome-0.5.6.1.1 vendor/assets/application/examples/server.rb
atome-0.5.6.1.0 vendor/assets/application/examples/server.rb
atome-0.5.6.0.4 vendor/assets/application/examples/server.rb