class MethodsView
Public Instance Methods
clear()
click to toggle source
# File lib/troshka/methods/view.rb, line 6 def clear widget.clear end
label()
click to toggle source
# File lib/troshka/methods/view.rb, line 2 def label "Methods" end
style(widget)
click to toggle source
# File lib/troshka/methods/view.rb, line 10 def style(widget) widget.setHeaderLabels ["Property", "Value"] end