Last active
August 29, 2015 14:02
-
-
Save bluerabbit/26f26e9117b7d03b6b71 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
| Gem::Specification.new do |spec| | |
| spec.name = "gist_gem" | |
| spec.version = "0.0.2" | |
| spec.authors = ["-"] | |
| spec.email = ["-"] | |
| spec.summary = "-" | |
| spec.files = ["gist_gem.rb"] | |
| spec.require_path = "." | |
| end |
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
| class Hoge | |
| def say | |
| puts 'hoge' | |
| end | |
| end |
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gemfile