Sha256: 88d7e1ba432f0e2daaf4e58b52386b0d9331e52dcecd7f47ddf931973d919562

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

module Haxor
  module Vm
    class Subsystem
      attr_accessor :vm

      def register
        # method called after registering to VM
      end

      # shortcut
      def subsystem(id)
        @vm.subsystem(id)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
haxor-0.5.0 lib/haxor/vm/subsystem.rb
haxor-0.4.0 lib/haxor/vm/subsystem.rb
haxor-0.3.0 lib/haxor/vm/subsystem.rb
haxor-0.2.0 lib/haxor/vm/subsystem.rb
haxor-0.1.0 lib/haxor/vm/subsystem.rb