Method: CrowdFlower::Unit#split

Defined in:
lib/crowdflower/unit.rb

#split(on, with = " ") ⇒ Object



39
40
41
# File 'lib/crowdflower/unit.rb', line 39

def split(on, with = " ")
  connection.get("#{resource_uri}/split", {:query => {:on => on, :with => with}})
end