maxwell_agent 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- module Maxwell
2
- module Agent
3
- module DynamicAttributes
4
- def method_missing(method_name, *args)
5
- singleton_class.
6
- class_eval { attr_accessor method_name.to_s.gsub(/=$/, '') }
7
- send(method_name, *args)
8
- end
9
- end
10
- end
11
- end