module DaftFunkt::Upcase

Public Class Methods

fn() click to toggle source
# File lib/daft_funkt/upcase.rb, line 3
def self.fn
  lambda do |string|
    string.upcase
  end
end