Method: CapIt.Capture
- Defined in:
- lib/capit/capture.rb
.Capture(url, options = {}) ⇒ Object
Capture image from URL. Convenience method for Capture
11 12 13 |
# File 'lib/capit/capture.rb', line 11 def Capture url, = {} CapIt::Capture.new(url, ).capture end |