Method: Andromeda::Cmd::Cmd#with_comment

Defined in:
lib/andromeda/cmd.rb

#with_comment(str = nil) ⇒ Object



32
33
34
35
# File 'lib/andromeda/cmd.rb', line 32

def with_comment(str = nil)
  @comment = str
  self
end