2010/1/28 Gene Shuman <geneshuman / gmail.com>: > Actualy, I can do that. ¨Β κυστ ξεεδ το νοδιζω ιτ εψτεςξαμμω αζτεςχαςδσ > by name. What exactly are you trying to do? Here's one way: module Foo attr_accessor :bar end String.extend Foo irb(main):009:0> String.bar = "nonsense" => "nonsense" irb(main):010:0> String.bar => "nonsense" irb(main):011:0> Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/