Sha256: 3eb1c68fcbe6d8dec0542bfebc033b99fa6c8fca56762bce6a39b17f4a3bfbd6

Contents?: true

Size: 174 Bytes

Versions: 8

Compression:

Stored size: 174 Bytes

Contents

Screen = {
  screens: {},
  
  add: function(name, definition) {
    this.screens[name] = definition;
  },
  
  named: function(name) {
    return this.screens[name];
  }
};

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smart_monkey-0.5.0 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.4.2 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.4.1 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.3 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.2.1 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.2 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.1.2 lib/ui-auto-monkey/tuneup/screen.js
smart_monkey-0.1 lib/ui-auto-monkey/tuneup/screen.js