Last active
July 20, 2020 05:03
-
-
Save r7kamura/1dc91ed5ab03fa0a1645e9f155d4887f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shared_examples "foo" do | |
# ここで "foo" を参照したいのですが、何か方法はありませんか? | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ちなみに、現実のプロジェクトでは以下のようなコードで対処することにしました。