çµè«
pry(main)> `atom #{Rails.cache.method(:read).source_location.first}`
解説
ããã¡ã½ãããã©ã®ãã¡ã¤ã«ã«å®ç¾©ããã¦ãããå¾ã
#method
ã§Method
ãªãã¸ã§ã¯ããåãåºãã
Method
ãªãã¸ã§ã¯ãã«å¯¾ãã¦ã#source_location
ã§å®ç¾©ãã¡ã¤ã«ä½ç½®ãåãåºãã
pry(main)> Rails.cache.method(:read).source_location
=> ["/Users/nagai_shinya/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/dalli-2.7.0/lib/active_support/cache/dalli_store.rb", 113]
pry(main)> Rails.cache.method(:read).source_location.first
=> "/Users/nagai_shinya/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/dalli-2.7.0/lib/active_support/cache/dalli_store.rb"
ç¹å®ã®ãã¡ã¤ã«ãrails consoleããã¨ãã£ã¿ã§éã
- rails consoleä¸ã§``ã§ããã£ãæååãè©ä¾¡ããã¨ãã·ã§ã«ã§å®è¡ãããã
- ``å
ã§ã
#{}
ã«ããå±éãã§ããã
çµã¿åããã
- åé ã«æ¸ãããã¤ã«ãªãã