Skip to content

Instantly share code, notes, and snippets.

@moro
moro / unit_test_spec.rb
Created September 19, 2012 02:31
unit_test_spec.rb
class A
def foo(num)
%w[one two three][num - 1]
end
end
describe A do
describe "#foo" do
RSpec::Matchers.define :do_foo do |args|
match do |instance|
@moro
moro / gist:783979
Created January 18, 2011 04:14 — forked from jugyo/gist:783967
class MyFilter
class << self
def method_missing(m_name, *ignore)
new(m_name)
end
end
def initialize(bar)
@bar = bar
end
@moro
moro / gist:20013
Created October 27, 2008 03:10 — forked from eto/gist:20008
皆様,
産総研の江渡です.お世話になっております.
第130回SIGHCI研究会の参加募集です.
今回は招待講演が3件もあり,充実しています.
今回は特に,ニコニコ動画の開発者として有名な戀塚昭彦氏に来ていただける
ことになりました.ニコニコ動画の裏側に,どのようなインタラクション上の
工夫があるかについてお話ししていただきます.