Class: Binding
- Inherits:
-
Object
- Object
- Binding
- Defined in:
- lib/envandle/binding.rb
Instance Method Summary collapse
Instance Method Details
#envandle(&block) ⇒ Object
2 3 4 |
# File 'lib/envandle/binding.rb', line 2 def envandle(&block) ::Envandle::Elements::Gemfile.new(::Envandle.loc.file, self).draw &block end |