Sha256: 5e8d2bf07de476a379a296c6e3a0f4cab8610b14494c5b5a0c55bfbbd3fb954c

Contents?: true

Size: 253 Bytes

Versions: 12

Compression:

Stored size: 253 Bytes

Contents

module Skylight
  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

12 entries across 12 versions & 1 rubygems

Version Path
skylight-0.3.10 lib/skylight/messages/hello.rb
skylight-0.3.8 lib/skylight/messages/hello.rb
skylight-0.3.7 lib/skylight/messages/hello.rb
skylight-0.3.6 lib/skylight/messages/hello.rb
skylight-0.3.3 lib/skylight/messages/hello.rb
skylight-0.3.2 lib/skylight/messages/hello.rb
skylight-0.3.1 lib/skylight/messages/hello.rb
skylight-0.3.0 lib/skylight/messages/hello.rb
skylight-0.3.0.rc.6 lib/skylight/messages/hello.rb
skylight-0.3.0.rc.5 lib/skylight/messages/hello.rb
skylight-0.3.0.rc.4 lib/skylight/messages/hello.rb
skylight-0.3.0.rc.3 lib/skylight/messages/hello.rb