Parent

Included Modules

Class/Module Index [+]

Quicksearch

ClsRuby::StringScalarParser

Класс парсера строковых скаляров.

Просто возвращает значение токена :tok_string.

Public Instance Methods

format( what ) click to toggle source
# File lib/cls-ruby/basic_scalars.rb, line 211
def format( what )
  FormatHelper.to_tok_string( what )
end
on_tok_string( token ) click to toggle source
# File lib/cls-ruby/basic_scalars.rb, line 207
def on_tok_string( token )
  token
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.