Skip to content

Commit a0682ff

Browse files
committed
Mark generator helpers as private
1 parent a870956 commit a0682ff

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lib/fx/generators/migration_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Fx
22
module Generators
3+
# @api private
34
class MigrationHelper
45
def initialize(options)
56
@options = options

lib/fx/generators/name_formatter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Fx
22
module Generators
3+
# @api private
34
class NameFormatter
45
def self.format_for_migration(name)
56
if name.include?(".")

lib/fx/generators/path_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Fx
22
module Generators
3+
# @api private
34
class PathHelper
45
OBJECT_PATHS = {
56
function: %w[db functions],

lib/fx/generators/version_calculator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Fx
22
module Generators
3+
# @api private
34
class VersionCalculator
45
def initialize(file_name, definition_path)
56
@file_name = file_name

0 commit comments

Comments
 (0)