examples/player.rb in dribble-0.1.0 vs examples/player.rb in dribble-0.1.1

- old
+ new

@@ -4,31 +4,31 @@ # 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 Player's Profile" +player2 = Dribble::Player.profile('simplebits') # OR Dribble::Player.find('simplebits') +puts player2.inspect # puts # puts "Find the shots that a specific Player is following" # player3 = Dribble::Player.following_shots('simplebits') # puts player3.inspect - -puts -puts "Find a players followers" -player4 = Dribble::Player.followers('simplebits') -puts player4.inspect - - -puts -puts "Find a players draftees" -player5 = Dribble::Player.draftees('simplebits') -puts player5.inspect +# +# puts +# puts "Find a players followers" +# player4 = Dribble::Player.followers('simplebits') +# puts player4.inspect +# +# +# puts +# puts "Find a players draftees" +# player5 = Dribble::Player.draftees('simplebits') +# puts player5.inspect \ No newline at end of file