class Object
Public Instance Methods
print_and_flush(str)
click to toggle source
# File lib/git-show-branches-all/application.rb, line 25 def print_and_flush(str) print str $stdout.flush end
# File lib/git-show-branches-all/application.rb, line 25 def print_and_flush(str) print str $stdout.flush end