Skip to content

Commit 28a776a

Browse files
committed
mark_as_saved now public method
1 parent fefdf6f commit 28a776a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/save_queue/object.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def save_queue
5353
instance_variable_get "@_save_queue"
5454
end
5555

56-
private
5756
def mark_as_saved
5857
instance_variable_set "@_changed_mark", false
5958
end

lib/save_queue/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SaveQueue
2-
VERSION = "0.2.2"
2+
VERSION = "0.2.3"
33
end

0 commit comments

Comments
 (0)