Skip to content

Commit

Permalink
getpage
Browse files Browse the repository at this point in the history
  • Loading branch information
mstram committed Dec 13, 2008
1 parent 186a7c1 commit 77245cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/bp1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ def allpages
##

def gpage(page)
backPackPage = backpack.getpage(page)
#backPackPage = backpack.getpage(page)
$res = backpack.getpage(page)
end


def getpage
def getApage
page = gpage(1196744)

backpack = Newbp.new # get connected
Expand Down

0 comments on commit 77245cf

Please sign in to comment.