7 lines
82 B
Ruby
7 lines
82 B
Ruby
|
module RKelly
|
||
|
module Nodes
|
||
|
class PrefixNode < PostfixNode
|
||
|
end
|
||
|
end
|
||
|
end
|