Skip to content

Commit

Permalink
Move private flag to specific class in order to see docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neilslater committed Oct 3, 2021
1 parent 330c834 commit 792d300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lib/games_dice.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# frozen_string_literal: true

require 'games_dice/version'
begin
require 'games_dice/games_dice'
rescue LoadError
require 'games_dice/probabilities'
end
require 'games_dice/constants'
require 'games_dice/die'
require 'games_dice/die_result'
Expand All @@ -15,6 +10,7 @@
require 'games_dice/bunch'
require 'games_dice/dice'
require 'games_dice/parser'
require 'games_dice/games_dice'
require 'games_dice/marshal'

module GamesDice
Expand Down
2 changes: 1 addition & 1 deletion lib/games_dice/complex_die_helpers.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# @!visibility private
module GamesDice
# @!visibility private
# Private extension methods for GamesDice::ComplexDie
module ComplexDieHelpers
private
Expand Down

0 comments on commit 792d300

Please sign in to comment.