lib/alfa/controller.rb in alfa-0.0.1.pre vs lib/alfa/controller.rb in alfa-0.0.2.pre

- old
+ new

@@ -2,6 +2,6 @@ class Controller def _instance_variables_hash Hash[instance_variables.map { |name| [name.to_s[1..-1].to_sym, instance_variable_get(name)] } ] end end -end \ No newline at end of file +end