Sha256: 2bf2ffe70a219017b3159ec88a04226f3306bc2a501ebb522999e34350f48cae

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 Bytes

Contents

dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
require File.join(dir, 'dribble')

# puts "Find Player's Shots by name"
# player = Dribble::Player.find_shots('simplebits')
# puts player.inspect
# 
# 
# puts
# puts "Find Player's Profile"
# player2 = Dribble::Player.profile('simplebits') # OR Dribble::Player.find('simplebits')
# puts player.inspect


puts
puts "Find the shots that a specific Player is following"
player3 = Dribble::Player.following_shots('simplebits')
puts player3.inspect

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dribble-0.0.25 examples/player.rb
dribble-0.0.2 examples/player.rb