Method: Minidbc::ClassMethods#pre
- Defined in:
- lib/minidbc.rb
#pre(&blk) ⇒ Object
168 169 170 |
# File 'lib/minidbc.rb', line 168 def pre(&blk) @pres << Cond.new( blk, caller[0] ) end |
168 169 170 |
# File 'lib/minidbc.rb', line 168 def pre(&blk) @pres << Cond.new( blk, caller[0] ) end |