Sha256: 1fbabd7c318af23ac1457489912e16e0a3abc02e5fce013d0e9c49e167198d15

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

I"M(function() {
  var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
    hasProp = {}.hasOwnProperty;

  App.Validators.Vulgarity = (function(superClass) {
    extend(Vulgarity, superClass);

    function Vulgarity() {
      Vulgarity.__super__.constructor.apply(this, arguments);
    }

    return Vulgarity;

  })(App.Validators.Base);

}).call(this);
:ET

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loco-rails-0.0.1 test/dummy/tmp/cache/assets/development/sprockets/v3.0/FUyT9tc0VJsS16PyvQ7JrxzRQ7coHQRrx39zszHIX2c.cache