Package com.wesabe.api.util.rails

Examples of com.wesabe.api.util.rails.Inflector


  public static class Pluralizing_The_Singular {
    private Inflector inflector;
   
    @Before
    public void setup() throws Exception {
      this.inflector = new Inflector();
    }
View Full Code Here


  public static class Singularizing_The_Plural {
    private Inflector inflector;
   
    @Before
    public void setup() throws Exception {
      this.inflector = new Inflector();
    }
View Full Code Here

TOP

Related Classes of com.wesabe.api.util.rails.Inflector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.