Skip to content

Commit 0fb5f5c

Browse files
committed
Added missing @since tag to Emitter#emit_comment.
1 parent b70e11d commit 0fb5f5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/ronin/code/sql/emitter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ def emit_true
163163
# @return [String]
164164
# The raw SQL.
165165
#
166+
# @since 2.1.0
167+
#
166168
def emit_comment
167169
# Return chosen comment or default one which works everywhere
168170
@comment || '-- '

0 commit comments

Comments
 (0)