class Xcodegen::Refresher
Constants
- GIT_CONTENT_REPOSITORY_BASE
Public Class Methods
run()
click to toggle source
# File lib/refresher/refresher.rb, line 14 def self.run puts Paint["\nXcodegen is now known as struct!\n"\ "You can migrate to the new gem by running 'gem install struct'.\n"\ "The struct 1.0 release contains a huge number of bug fixes, and the\n"\ "groundwork for spec 1.2.0. Stay tuned for more updates!\n", :green] end