flitzwald

433
Reputation
92 views

Registered User

Name flitzwald
Member for 1 year
Seen 2 days ago
Website
Location DE
Age 34
I'm a software developer from Cologne, Germany.
Sep
17
awarded  Yearling
Sep
1
awarded  Nice Answer
Aug
6
answered How do you test your interrupt handling module?
Jul
30
answered Regex to extract elements by class name
Jul
28
comment Overriding/Modifying Rails Class (ActiveResource)
initializer files are in no way special. Their content just gets executed after the environment has been loaded. In Ruby, nothing keeps you from reopening a class and fiddle around with private parts. A methods visibility is a pretty superficial concept in Ruby. You can for example call a private method on an object with obj.send(:private_method, ... )
Jul
24
accepted Overriding/Modifying Rails Class (ActiveResource)
Jul
24
answered Overriding/Modifying Rails Class (ActiveResource)
Jun
23
awarded  Nice Answer
Jun
3
asked Convert syntax highlighted code to HTML in Emacs