module CLI::UI::Frame::FrameStyle
Public Class Methods
extended(base)
click to toggle source
# File lib/cli/ui/frame/frame_style.rb, line 26 def extended(base) @@loaded_styles << base base.extend(Interface) end
loaded_styles()
click to toggle source
# File lib/cli/ui/frame/frame_style.rb, line 11 def loaded_styles @@loaded_styles.map(&:name) end
lookup(name)
click to toggle source