highpowerrouter
  • desktop
  • Tablet
  • monitor
  • router
  • Digital life
  • English
    • English
    • Serbian (Latin)
    • Finnish
    • Czech
    • Bulgarian
    • Japanese
  • Home
  • desktop
  • Make a calculator with programming + Ruby
24 Sep, 2022

Make a calculator with programming + Ruby

This time, let's talk about the Ruby library before entering the main subject.

In programming languages, functions that are not used by everyone can be added only by retrofit, and Ruby has such a mechanism.That is the library.

プログラミング+ Rubyで電卓を作る

この連載ではRubyを作りながらRubyを学んでいるわけですが、 今回の記事では、ちょっとゼロから作るのは面倒な機能を使いたいので、 その機能を筆者のほうでminrubyという名前のライブラリにしておきました。 そこで、minrubyライブラリをインストールする方法をまず説明しておきます。

インストールといっても、特に難しいことはありません。 コンソールでgem install minrubyというコマンドを実行するだけです。gemというコマンドが、インターネット上の決まった場所で管理されているライブラリを 自動的にパソコン内の適切な場所にダウンロードしてくれて、 そのインストールまですべてやってくれます。

C:¥Ruby >gem install minruby⏎Fetching: minruby-1.0.gem (100%)Successfully installed minruby-1.0Parsing documentation for minruby-1.0Installing ri documentation for minruby-1.0Done installing documentation for minruby after 0 seconds1 gem installedC:¥Ruby >

ただ、ネットワークへの接続に制限があったり、管理者権限を持っていなかったりで、gemコマンドがうまく実行できないこともあるかもしれません。 そんな場合には、minruby.rb をダウンロードし、 プログラムと同じフォルダに置いておくだけでも大丈夫です (この方法はminrubyライブラリでは使えますが、 ライブラリによってはその他の設定が必要になる場合もあるので注意してください)。

これで必要なライブラリminrubyの準備は完了です。使い方はそのときがきたら説明します。

Prev Next
Tags: The blank is as powerful as a desktop computer

Category

  • desktop
  • Tablet
  • monitor
  • router
  • Digital life

Related Articles

  • How to Free Up Storage Space on Your Smartwatch?

    How to Free Up Storage Space on Your Smartwatch?

    24 Sep, 2022 - By highpowerrouter
  • How to Choose the Right Car Charger for You

    How to Choose the Right Car Charger for You

    24 Sep, 2022 - By highpowerrouter
  • How to Choose a Safe Laptop Charger?

    How to Choose a Safe Laptop Charger?

    24 Sep, 2022 - By highpowerrouter
  • What’s the Best iPhone Charger for Fast Charging?

    What’s the Best iPhone Charger for Fast Charging?

    24 Sep, 2022 - By highpowerrouter
  • What New Features Does the HUAWEI Band 10 Bring to the Market?

    What New Features Does the HUAWEI Band 10 Bring to the Market?

    24 Sep, 2022 - By highpowerrouter

Hot Articles

  •  Optional patch "KB5010414" is now available for Windows 11. Addresses taskbar enhancements and print / driver issues.Install as needed
    Optional patch "KB5010414" is now available for Windows 11. Addresses taskbar enhancements and print / driver issues.Install as needed
    24 Sep, 2022 - By highpowerrouter
  • A story about mice becoming sticky due to hydrolysis
    A story about mice becoming sticky due to hydrolysis
    24 Sep, 2022 - By highpowerrouter
  • How to Choose a Gaming Monitor
    How to Choose a Gaming Monitor
    24 Sep, 2022 - By highpowerrouter
  • Harnessing Rays: The Revolutionary Rise of Micro Solar Technology
    Harnessing Rays: The Revolutionary Rise of Micro Solar Technology
    24 Sep, 2022 - By highpowerrouter
  • HONOR X8a: How the mid-range smartphone redefines camera technology with its 100MP camera system
    HONOR X8a: How the mid-range smartphone redefines camera technology with its 100MP camera system
    24 Sep, 2022 - By highpowerrouter

Copyright © 2023 highpowerrouter.com. All rights reserved.