Skip to content

Commit

Permalink
snap.delete
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Feb 10, 2011
1 parent 2833fc6 commit 1dc6bc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fraggle/snap.rb
Expand Up @@ -35,6 +35,10 @@ def snap(&blk)
end
end

def delete(&blk)
@c.delsnap(@id, &blk)
end

def method_missing(*args, &blk)
@c.__send__(*args, &blk)
end
Expand Down

0 comments on commit 1dc6bc1

Please sign in to comment.