A bit late, but you can use the following sequence (assuming appium_driver is the variable that hold the reference to your Appium::Driver instance):
appium_driver.driver.rotate :landscape
(The Appium driver basically holds an internal reference to a Selenium driver, on which you can call rotate).