47 48 49
# File 'lib/pageflow/themes.rb', line 47 def get(name) @themes.fetch(name) { raise(ArgumentError, "Unknown theme '#{name}'.") } end