59 60 61
# File 'lib/orchid/compiler.rb', line 59 def as_param return (self.length > 1 ? "--" : "-") + self.deunderscoreize.deivize.singularize end