class Pragmater::CLI::Actions::Comment
Stores pragma comments.
Public Instance Methods
call(comments = default)
click to toggle source
# File lib/pragmater/cli/actions/comment.rb, line 18 def call(comments = default) = settings.comments = Array(comments) end