0
class Place
@description = "Default place"
def initialize(x : Int32, y : Int32, description : String)
@x = x
@y = y
@description = description
puts "Description of this place is: #{description}"
end
end
require "./browser-game/*"
require "./places/*"
module Browser::Game
# TODO Put your code here
place = Place.new 2, 3, "Yay new description"
puts place.description
puts "End of the program"
end
をインスタンスプロパティを取得します。この私はこのエラーを受け取る代わりに、未定義のメソッドの
Error in browser-game.cr:8: undefined method 'description' for Place
puts place.description ^~~~~~~~~~~
コーディングの設定が好きです –
@LucaAngioloniありがとうございました! Alien(最初のムービー)のサウンドでMac用のCathode端末アプリを強くお勧めします – idchlife