Sha256: 9723a3f409a0bf7a73c952bca1de69a06fcb249e3fe5d2d5f3892f64718cb5f6

Contents?: true

Size: 270 Bytes

Versions: 9

Compression:

Stored size: 270 Bytes

Contents

module Skylight
  # @api private
  module Messages
    class Hello
      def self.build(version, cmd=[])
        Skylight::Hello.native_new(version, 0).tap do |hello|
          cmd.each { |part| hello.native_add_cmd_part(part) }
        end
      end

    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
skylight-0.3.21 lib/skylight/messages/hello.rb
skylight-0.3.20 lib/skylight/messages/hello.rb
skylight-0.3.19 lib/skylight/messages/hello.rb
skylight-0.3.18 lib/skylight/messages/hello.rb
skylight-0.3.17 lib/skylight/messages/hello.rb
skylight-0.3.14 lib/skylight/messages/hello.rb
skylight-0.3.13 lib/skylight/messages/hello.rb
skylight-0.3.12 lib/skylight/messages/hello.rb
skylight-0.3.11 lib/skylight/messages/hello.rb