Sha256: f22361ff0b2a43fe2699c172cd08fdd4cd1081a9d5b6e620f2b7997b7aa781e7

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

module Gosuplus
  class Body
    attr_accessor :position, :a, :width, :height
    
    def initialize(position, width, height, angle = 90)
      @position, @width, @height, @a = position, width, height, angle
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
Gosuplus-1.0.26 lib/Gosuplus/body.rb
Gosuplus-1.0.25 lib/Gosuplus/body.rb
Gosuplus-1.0.24 lib/Gosuplus/body.rb
Gosuplus-1.0.23 lib/Gosuplus/body.rb