Method: Object#prettys

Defined in:
lib/prettys.rb

#prettys(pattern, options = {}) ⇒ Object



28
29
30
31
# File 'lib/prettys.rb', line 28

def prettys(pattern, options = {})
  options[:pattern] = pattern
  Prettys.prettys(self, options)
end