0.0
The project is in a healthy, maintained state
lesson of ruby and gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

math_lesson

概要

はじめての gem

gem の利用方法

  1. Gemfile に gem "math_lesson", require: "math_lesson" を追記する
  2. rails console を実行する
  3. require "math_lesson" を入力する
  4. MathLesson.mutiple_scalar([1, 2], 3) を入力する

コマンド

コマンド 用途
ruby test/math_lesson.test.rb テスト実行
gem build math_lesson.gemspec 配布用 .gem ファイルを作成
gem push gem-name-0.1.0.gem RubyGems に gem を公開

リンク