class LinkCommand

Equivalent to link in the D version

Public Class Methods

new(flags) click to toggle source
# File lib/reggae.rb, line 80
def initialize(flags)
  @flags = flags
end

Public Instance Methods

jsonify() click to toggle source
# File lib/reggae.rb, line 84
def jsonify
  { type: 'link', flags: @flags }
end