Top Level Namespace
Defined Under Namespace
Classes: Post2Zendesk
Instance Method Summary collapse
Instance Method Details
#comment_via_stdin_or_pipe ⇒ Object
5 6 7 |
# File 'lib/commandline.rb', line 5 def comment_via_stdin_or_pipe return (STDIN.tty? ? ARGV[1] : STDIN.read) end |