代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/231546/4715240
vim ruby.vim
" Vim syntax file
" Language: Ruby
" Maintainer: Mirko Nasato
" Last Change: 2001 May 10
" Location: http://altern.org/mn/ruby/ruby.vim
" See http://altern.org/mn/ruby/vim.html for documen
www.eeworm.com/read/213767/4912430
rb ruby.rb
require 'syntax'
module Syntax
# A tokenizer for the Ruby language. It recognizes all common syntax
# (and some less common syntax) but because it is not a true lexer, it
# will make mistakes
www.eeworm.com/read/183674/5253028
stg ruby.stg
/*
[The "BSD license"]
Copyright (c) 2006 Martin Traverso
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/177353/5328334
h ruby.h
#ifndef EL__SCRIPTING_RUBY_RUBY_H
#define EL__SCRIPTING_RUBY_RUBY_H
struct module;
extern struct module ruby_scripting_module;
#endif
www.eeworm.com/read/177353/5328337
c ruby.c
/* Ruby module */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "main/module.h"
#include "scripting/ruby/core.h"
#include "scripting/ruby/hooks.h"
struct module rub
www.eeworm.com/read/338546/3315453
stg ruby.stg
/*
[The "BSD license"]
Copyright (c) 2006 Martin Traverso
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo