Module: Photographer::DSL
- Defined in:
- lib/photographer.rb
Instance Method Summary collapse
Instance Method Details
#snap(name) ⇒ Object
66 67 68 |
# File 'lib/photographer.rb', line 66 def snap(name) Photographer.snap name end |