Skip to content

Instantly share code, notes, and snippets.

@benkoshy
Created April 24, 2017 23:05
Show Gist options
  • Select an option

  • Save benkoshy/b0dee963b11c925f4fc9a16678ff44be to your computer and use it in GitHub Desktop.

Select an option

Save benkoshy/b0dee963b11c925f4fc9a16678ff44be to your computer and use it in GitHub Desktop.
Dependencies example - code review1
# dependencies example
class Bat
  def home_run
    ball = Ball.new
    ball.over_the_bleachers()
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment