class Symbol

Public Instance Methods

to_pjlkey() click to toggle source
# File lib/pjl.rb, line 21
def to_pjlkey ; r = to_s; r.upcase! ; r ; end