You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby novice here. How do I use this awesome tool?
I have Ruby 2.3.7p456 installed on my Mac.
I ran sudo gem install bundler to get bundler, then I ran bundler install from the root to install all dependencies. Then I went into the examples folder and ran:
ruby constant_autoloading_in_ruby_on_rails.rb
and got this error:
constant_autoloading_in_ruby_on_rails.rb:3:in `<main>': undefined method `center' for main:Object (NoMethodError)
The text was updated successfully, but these errors were encountered:
frakman1
changed the title
[Question] How do I use this
[Question] How do I run this?
Dec 21, 2019
Ruby novice here. How do I use this awesome tool?
I have Ruby 2.3.7p456 installed on my Mac.
I ran
sudo gem install bundler
to getbundler
, then I ranbundler install
from the root to install all dependencies. Then I went into theexamples
folder and ran:ruby constant_autoloading_in_ruby_on_rails.rb
and got this error:
constant_autoloading_in_ruby_on_rails.rb:3:in `<main>': undefined method `center' for main:Object (NoMethodError)
The text was updated successfully, but these errors were encountered: