3 4 5 6 7 8 9
# File 'lib/envie/featurable.rb', line 3 def feature(name) if Envie.has?(name) yield else nil end end