Sha256: 2be43349de2577d1fe5b356f6feb2275ca2c0439a2609dfcbdd0068e2950ccdd
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true require 'active_support/descendants_tracker' module Pio module OpenFlow # Flow instruction class Instruction extend ActiveSupport::DescendantsTracker end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | lib/pio/open_flow/instruction.rb |