lib/pio/ruby_dumper.rb in pio-0.30.1 vs lib/pio/ruby_dumper.rb in pio-0.30.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: false + module Pio # defines to_ruby method module RubyDumper # Returns a Ruby code representation of this packet, such that # it can be eval'ed and sent later.