decko-commons/decko

View on GitHub
cardname/lib/core_ext.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Object
  def to_name
    Cardname.new self
  end
end