pryの使い方把握してれば迷わないかもしれないですが、selfでstr
という変数を定義した場合、
require 'pry'
str = 'Hello, Pry'
Pry.start self
とすれば、pry内でstr
にアクセスできます。
Go to list of users who liked
More than 5 years have passed since last update.
pryの使い方把握してれば迷わないかもしれないですが、selfでstr
という変数を定義した場合、
require 'pry'
str = 'Hello, Pry'
Pry.start self
とすれば、pry内でstr
にアクセスできます。
Register as a new user and use Qiita more conveniently
Go to list of users who liked