class Turnip::Node::Tag

@note Location metadata generated by Gherkin

{
  type: :Tag,
  location: { line: 10, column: 3 },
  name: '@tag'
}

Public Instance Methods

name() click to toggle source
# File lib/turnip/node/tag.rb, line 15
def name
  @name ||= @raw[:name].gsub(/^@/, '')
end