Skip to content

Commit

Permalink
Merge branch 'master' into new-views
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Apr 30, 2008
2 parents 5cad64b + 36874a8 commit 117d857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/strokedb/config.rb
Expand Up @@ -121,6 +121,10 @@ def add_store(key, type, options = {})
@stores[key] = store_instance
end

def inspect
"#<StrokeDB::Config:0x#{object_id.to_s(16)}>"
end

private

def constantize(name,type)
Expand Down

0 comments on commit 117d857

Please sign in to comment.