Methods
Class Public methods
new(width: IO.console_size[1])
Source:
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 203
def initialize(width: IO.console_size[1])
@width = width
super()
end
Source:
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 203
def initialize(width: IO.console_size[1])
@width = width
super()
end