Skip to content

Commit

Permalink
API docs [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed May 4, 2021
1 parent 499e736 commit 1f3a253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/dry/files.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true

# dry-rb is a collection of next-generation Ruby libraries
#
# @api public
# @since 0.1.0
module Dry
# File manipulations
#
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/files/memory_file_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def initialize(root: Node.root)
# Opens (or creates) a new file for read/write operations.
#
# @param path [String] the target file
# @yiedparam [Dry::Files::MemoryFileSystem::Node]
# @yieldparam [Dry::Files::MemoryFileSystem::Node]
#
# @since 0.1.0
# @api private
Expand Down

0 comments on commit 1f3a253

Please sign in to comment.