C# Class System.Web.Mvc.IronRuby.Extensions.Inflector.Rule

Mostrar archivo Open project: jschementi/ironrubymvc

Public Methods

Method Description
Apply ( string word ) : string
Rule ( string pattern, string replacement ) : System.Collections.Generic

Method Details

Apply() public method

public Apply ( string word ) : string
word string
return string

Rule() public method

public Rule ( string pattern, string replacement ) : System.Collections.Generic
pattern string
replacement string
return System.Collections.Generic