module Photographer::DSL

Public Instance Methods

snap(name) click to toggle source
# File lib/photographer.rb, line 66
def snap(name)
  Photographer.snap name
end