class Object
Public Instance Methods
comment_via_stdin_or_pipe()
click to toggle source
# File lib/commandline.rb, line 5 def comment_via_stdin_or_pipe return (STDIN.tty? ? ARGV[1] : STDIN.read) end
# File lib/commandline.rb, line 5 def comment_via_stdin_or_pipe return (STDIN.tty? ? ARGV[1] : STDIN.read) end