Module: Envandle::AsGitReference
- Included in:
- GitBranchReference
- Defined in:
- lib/envandle/as_git_reference.rb
Class Method Summary collapse
Class Method Details
.extended(mod) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/envandle/as_git_reference.rb', line 3 def self.extended(mod) mod.extend AsReference mod.class_eval do attr_reader :url, :ref end end |