Method: BBLib::HashPathProcs.roman

Defined in:
lib/hash_path/processors.rb

.roman(child, *args, class_based: true) ⇒ Object



160
161
162
# File 'lib/hash_path/processors.rb', line 160

def self.roman(child, *args, class_based: true)
  class_based_proc(child, class_based, :to_s, (args.first == :to ? :to_roman : :from_roman))
end