ruby 我的版本mega_lotto.rb将用于[Brandon Hilkert]的“构建Ruby宝石”课程(http://brandonhilkert.com/courses/build-a-ru

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 我的版本mega_lotto.rb将用于[Brandon Hilkert]的“构建Ruby宝石”课程(http://brandonhilkert.com/courses/build-a-ru相关的知识,希望对你有一定的参考价值。

class MegaLotto
  SIZE = 5

  def initialize
   @random_array = Array.new(SIZE)
  end

  def draw
   @random_array.map { |i| rand(60) }
  end
end

MegaLotto.new.draw

以上是关于ruby 我的版本mega_lotto.rb将用于[Brandon Hilkert]的“构建Ruby宝石”课程(http://brandonhilkert.com/courses/build-a-ru的主要内容,如果未能解决你的问题,请参考以下文章

Ruby类,用于简单的版本号自然顺序排序

Opsworks:Rails App Layer:指定 Ruby 次要版本

如何将zip文件上传到ruby中的github版本

如何找到大量的 Ruby 版本变更日志?

为啥我无法确定我的 ruby​​ 安装版本?

Ruby On Rails:用于其他语言的复数形式