Class: CSP::SKIP

Inherits:
Object
  • Object
show all
Defined in:
lib/csp/skip.rb

Class Method Summary collapse

Class Method Details

.read(options = {}) ⇒ Object



8
9
10
# File 'lib/csp/skip.rb', line 8

def read(options = {})
  options[:callback] && options[:callback].call
end