class RailsRouteChecker::Parsers::HamlParser::Tree::SilentScriptNode

Public Instance Methods

script() click to toggle source
# File lib/rails-route-checker/parsers/haml_parser/tree/silent_script_node.rb, line 8
def script
  @value[:text]
end