How to do swip in Android mobile automation with Cucumber?

I need to do swip action over the page desplayed in Android mobile (Chrome browser).
Is it possible to do it with Selenium webdriver+Cucumber+Page-Object?

See docs:
http://www.rubydoc.info/github/appium/ruby_lib/Appium/TouchAction:swipe

But it is given that “Note that iOS 7 simulators have broken swipe.”. I need to work with both Android ans Iphone device.

So… Is it broken? Have you tried? Just try and see if it is or not.
They sometimes forget to updated documentation.