class Object

Public Instance Methods

to_arg(arg) click to toggle source
# File lib/diamond-lang/helpers/target_selector.rb, line 27
def to_arg(arg)
  arg.to_s + "=" + self.to_s
end