1
2
3
4
class SearchNestedHashByValue
  def key_for(h, str, trail=[])
    h.each_pair do |k, v|
...

Ruby Search nested hash

by jnstq, October 07, 2008 21:47, 1 refactoring, tagged with i18n

Search nested hash on their...

A4d90c6fe98bfe0b491c277c3e687031 Talk
1
2
3
4
public abstract class I18NException extends Exception {

   public enum Message implements ExceptionMessage {
...

Java Internationalize Exceptions

by David Linsin, June 27, 2008 20:09, 2 refactorings, tagged with java, exceptions, i18n

This is a template for Exce...

Ef079515af1c9963c7cd33e0b4f00e88 Talk