Skip to content

Instantly share code, notes, and snippets.

View nathanaelkane's full-sized avatar

Nate Kane nathanaelkane

  • Brisbane, Australia
View GitHub Profile
@nathanaelkane
nathanaelkane / ruby_example.rb
Last active December 11, 2015 15:19
Ruby code example for showcasing editor colorschemes/themes. Suggestions are welcome :)
require 'active_support'
module VimColors
class RubyExample
CONSTANT = /^[0-9]+ regex awesomes$/
attr_reader :colorscheme
# TODO: Bacon ipsum dolor sit amet
def initialize(attributes = {})