Top Level Namespace
Defined Under Namespace
Modules: FlexPMD
Instance Method Summary collapse
- #flexcpd(*args, &block) ⇒ Object
- #flexmetrics(*args, &block) ⇒ Object
- #flexpmd(*args, &block) ⇒ Object
Instance Method Details
#flexcpd(*args, &block) ⇒ Object
48 49 50 51 52 |
# File 'lib/flexpmd/cpd.rb', line 48 def flexcpd *args, &block exe = FlexPMD::FCPD.new exe.to_rake(*args, &block) exe end |
#flexmetrics(*args, &block) ⇒ Object
34 35 36 37 38 |
# File 'lib/flexpmd/metrics.rb', line 34 def flexmetrics *args, &block exe = FlexPMD::FlexMetrics.new exe.to_rake(*args, &block) exe end |