Skip to content

myokoym/baseball-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baseball-ruby

A library for baseball applications with Ruby.

Installation

Add this line to your application's Gemfile:

gem 'baseball'

And then execute:

$ bundle

Or install it yourself as:

$ gem install baseball

Usage

require "baseball"

player = Baseball::Player.new

player.out!
player.hit!
player.out!

p player.pb   #=> 3
p player.ab   #=> 3
p player.h    #=> 1

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A library for baseball applications with Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published