Method: RGhost::Dash#ps

Defined in:
lib/rghost/dash.rb

#psObject



54
55
56
57
# File 'lib/rghost/dash.rb', line 54

def ps
  ary=to_array( [@options[:style]].flatten)
  "#{ary}#{@options[:offset]} setdash"
end