Sha256: 276e5178eff70ce65cc6563ea4b5cc103c6ec4f1636c11955f8ba08cd2e64590
Contents?: true
Size: 316 Bytes
Versions: 43
Compression:
Stored size: 316 Bytes
Contents
class Hirb::Helpers::Table # Contains filter methods used by :filters option. To define a custom filter, simply open this module and create a method # that take one argument, the value you will be filtering. module Filters extend self def comma_join(arr) #:nodoc: arr.join(', ') end end end
Version data entries
43 entries across 42 versions & 5 rubygems