class InventoryTabs

Public Instance Methods

layout() click to toggle source
# File Views/Inventory/Tabs.rb, line 2
def layout
  @order = 40
  @functions_need = [:inventory]

  gui_vboxg :nogroup do
  end
end