Sha256: 9f2c5bc6bd47e6db4e39e3f7fde784e50bbbc5c14ddd9987c2e0a13636b6b570

Contents?: true

Size: 703 Bytes

Versions: 139

Compression:

Stored size: 703 Bytes

Contents

/*:nodoc:*
 * class ActionStoreFalse
 *
 * This action store the values False respectively.
 * This is special cases of 'storeConst'
 *
 * This class inherited from [[Action]]
 **/

'use strict';

var util = require('util');

var ActionStoreConstant = require('./constant');

/*:nodoc:*
 * new ActionStoreFalse(options)
 * - options (object): hash of options see [[Action.new]]
 *
 **/
var ActionStoreFalse = module.exports = function ActionStoreFalse(options) {
  options = options || {};
  options.constant = false;
  options.defaultValue = options.defaultValue !== null ? options.defaultValue: true;
  ActionStoreConstant.call(this, options);
};
util.inherits(ActionStoreFalse, ActionStoreConstant);

Version data entries

139 entries across 125 versions & 8 rubygems

Version Path
opal-0.10.0.beta1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.4.5 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.4.4 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.4.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.4.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.4.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.4.0 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
opal-0.9.2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.30 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
opal-0.9.0 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.29 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.28 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.27 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.26 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.25 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.24 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.23 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
opal-0.9.0.rc1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.22 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js
trusty-festivity-extension-2.3.21 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/lib/action/store/false.js