Skip to content

Commit

Permalink
Improve document
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 8, 2016
1 parent d4f481a commit 5aacefb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/groonga/command/table-remove.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ def parameter_names

Command.register(command_name, self)

# @return [String] `name` parameter value.
# @return [String] The table name to be removed.
#
# @since 1.1.8
def name
self[:name]
end

# @return [Boolean] `dependent` parameter value.
# @return [Boolean] Whether the dependent objects of the table
# are also removed or not.
#
# @since 1.1.8
def dependent?
Expand Down

0 comments on commit 5aacefb

Please sign in to comment.