Open Ptico opened 7 years ago
It's just an idea, but I think it would be cool to add an additional use case, like:
class MyClass include Flexus.module(:camelize, :constantize) #... def puts_name puts camelize(@name) end end
It's just an idea, but I think it would be cool to add an additional use case, like: