python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Ruby gem - How do I test my own ruby gem via IRB?
Okay so I am completely new to using IRB so I have no idea what I am doing wrong.
Here is my gem that I built
# frozen_string_literal: true
require_relative "badwordgem/version"
require 'ya...
mrOlympia
Votes: 0
Answers: 0
Rails console (in docker-compose) hangs when I try to paste a string with an extended character such as "Vötest"
On my Mac:
Copy the string n = "Vötest" to my clipboard from my code editor (Sublimetext 3.2.2)
Launch Rails console
rails c
irb(main):001:0>
Attempt to paste the string t...
jpw
Votes: 0
Answers: 0
How to make irb output the same on Ubuntu and Windows?
I'm have irb 1.4.1 (2021-12-25) on Windows 10 and Ubuntu 16.04. On Windows, When I type in irb 1+2, on Windows I get # => 3, but on Ubuntu I get => 3.
For me this is not a trivial matter, becaus...
Burdette Lamar
Votes: 0
Answers: 1