Method: EasyTable::ViewExt::Tag#indent_tag

Defined in:
lib/easy-table/tag.rb

#indent_tag(lv, *args, &block) ⇒ Object



3
4
5
# File 'lib/easy-table/tag.rb', line 3

def indent_tag lv, *args, &block
  (indent(lv) + (*args, &block)).html_safe
end