All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kohsuke.stapler.jelly.jruby.haml.HamlClassTearOff Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
package org.kohsuke.stapler.jelly.jruby.haml;

import org.kohsuke.stapler.MetaClass;
import org.kohsuke.stapler.jelly.jruby.AbstractRubyTearOff;

/**
 *
 * @author Kohsuke Kawaguchi
 */
public class HamlClassTearOff extends AbstractRubyTearOff {
    public HamlClassTearOff(MetaClass owner) {
        super(owner);
    }

    @Override
    protected String getDefaultScriptExtension() {
        return ".haml";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy