class Specific::Feature
Attributes
group[R]
id[R]
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/specific/feature.rb, line 5 def initialize(*) super process! end
Private Instance Methods
process!()
click to toggle source
# File lib/specific/feature.rb, line 20 def process! process_tags! end