Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-2.3

What is an idiomatic way to measure time in Ruby?

ruby ruby-2.3

Syntactic sugar for Safe Navigation operator(&.)

error installing ruby 2.3 on osx

macos rvm ruby-2.3

Ruby not releasing memory

ruby memory ruby-2.3

Is the current Ruby method called via super?

Order Hash and delete first key-value pair

fix `Missing frozen string literal comment` issue

How can I describe mutable strings when strings are immutable by default?

ruby string literals ruby-2.3

In Ruby, why does nil[1]=1 evaluate to nil?

ruby null ruby-2.3

Error installing Ruby 2.3.8 in OSX 10.15.2 Catalina using RVM; OpenSSL not found

ruby openssl rvm ruby-2.3

How do I enable the Ruby 2.3 `--enable-frozen-string-literal` globally in Rails?

ruby-on-rails-4 ruby-2.3

Segmentation fault with Rails after upgrading to OS Sierra, possibly related to sqlite3 gem

Safe navigation operator (&.) for nil

What does &. (ampersand dot) mean in Ruby?

Ruby: What does the comment "frozen_string_literal: true" do?