Method: Playbook::PbSelect::Select#inline_class
- Defined in:
- app/pb_kits/playbook/pb_select/select.rb
#inline_class ⇒ Object
46 47 48 |
# File 'app/pb_kits/playbook/pb_select/select.rb', line 46 def inline_class inline ? " inline " : " " end |