Method: Dbd::Context#initialize
- Defined in:
- lib/dbd/context.rb
#initialize(options = {}) ⇒ Context
Build a new Context.
The subject can be either given as an argument or a new (random) subject is automatically set (see Resource for details).
A context_subject may not be given here.
19 20 21 |
# File 'lib/dbd/context.rb', line 19 def initialize( = {}) super end |