Sha256: dd7c4a3ef4edbde328a0052276e90448a24955c0b2dc6063946e5ddfb8b63473

Contents?: true

Size: 307 Bytes

Versions: 6

Compression:

Stored size: 307 Bytes

Contents

# insure that stubs for Hyperstack::Hotloader.record and window.Hyperstack.hotloader are defined
# importing 'hyperstack/hotloader' will define/redefine these

module Hyperstack
  unless defined? Hotloader
    class Hotloader
      def self.record(klass, instance_var, depth, *items); end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyperstack-config-1.0.alpha1.2 lib/hyperstack/hotloader/stub.rb
hyperstack-config-1.0.alpha1.1 lib/hyperstack/hotloader/stub.rb
hyperstack-config-1.0.0.pre.alpha1 lib/hyperstack/hotloader/stub.rb
hyperstack-config-1.0.alpha1 lib/hyperstack/hotloader/stub.rb
hyperstack-config-1.0.pre.alpha1 lib/hyperstack/hotloader/stub.rb
hyperstack-config-0.1 lib/hyperstack/hotloader/stub.rb