Flowdock
method

dynamic_width_stty

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Application
dynamic_width_stty() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/application.rb, line 257
    def dynamic_width_stty
      %{stty size 2>/dev/null}.split[1].to_i
    end
Register or log in to add new notes.