Class: Object

Inherits:
BasicObject
Defined in:
lib/diamond-lang/helpers/target_selector.rb

Instance Method Summary collapse

Instance Method Details

#to_arg(arg) ⇒ Object



27
28
29
# File 'lib/diamond-lang/helpers/target_selector.rb', line 27

def to_arg(arg)
  arg.to_s + "=" + self.to_s
end