Skip to content

Commit

Permalink
Merge branch 'new-views' into index-slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Andreev committed May 10, 2008
2 parents 7312eec + 895e1a8 commit 0a58c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/strokedb/views/raw_data_meta.rb
@@ -1,6 +1,6 @@
module StrokeDB

RawData = Meta.new(:nsurl => STROKEDB_NSURL)
RawData = Meta.new

def RawData(data)
RawData.new(:data => data)
Expand Down
2 changes: 1 addition & 1 deletion lib/strokedb/views/view.rb
Expand Up @@ -2,7 +2,7 @@ module StrokeDB
VIEW_CACHE = {}
VIEW_STORAGES = {}

View = Meta.new(:nsurl => STROKEDB_NSURL) do
View = Meta.new do

DEFAULT_VIEW_OPTIONS = {
# Declare the size for a key to use optimized index file
Expand Down

0 comments on commit 0a58c00

Please sign in to comment.