[ruby/pstore] [DOC] Link fixes
https://github.com/ruby/pstore/commit/3f328a1e0e
This commit is contained in:
parent
1cbb1b5578
commit
48b141b49d
@ -517,8 +517,8 @@ class PStore
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Exits the current transaction block, committing any changes
|
# Exits the current transaction block, committing any changes
|
||||||
# specified in the transaction block.
|
# specified in the
|
||||||
# See {Committing or Aborting}[rdoc-ref:PStore@Committing+or+Aborting].
|
# {transaction block}[rdoc-ref:PStore@The+Transaction+Block].
|
||||||
#
|
#
|
||||||
# Raises an exception if called outside a transaction block.
|
# Raises an exception if called outside a transaction block.
|
||||||
def commit
|
def commit
|
||||||
@ -528,8 +528,8 @@ class PStore
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Exits the current transaction block, discarding any changes
|
# Exits the current transaction block, discarding any changes
|
||||||
# specified in the transaction block.
|
# specified in the
|
||||||
# See {Committing or Aborting}[rdoc-ref:PStore@Committing+or+Aborting].
|
# {transaction block}[rdoc-ref:PStore@The+Transaction+Block].
|
||||||
#
|
#
|
||||||
# Raises an exception if called outside a transaction block.
|
# Raises an exception if called outside a transaction block.
|
||||||
def abort
|
def abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user